diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-06-21 04:48:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-21 04:48:29 -0400 |
commit | 624709bfc10b8bbdddd70fe814b00313facdc789 (patch) | |
tree | f376355be437cfc078e61320e5435614990381fd /docs/markdown | |
parent | 56efd2211ff15803fb8414f91c842789d73c4f1f (diff) | |
parent | eff273aa43525e6769cd56da98a7ef8b5fad5cf0 (diff) | |
download | meson-624709bfc10b8bbdddd70fe814b00313facdc789.zip meson-624709bfc10b8bbdddd70fe814b00313facdc789.tar.gz meson-624709bfc10b8bbdddd70fe814b00313facdc789.tar.bz2 |
Merge pull request #1920 from QuLogic/hg-dist
Add Mercurial dist support
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Release-notes-for-0.42.0.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md index 5ea0d18..dcb86c3 100644 --- a/docs/markdown/Release-notes-for-0.42.0.md +++ b/docs/markdown/Release-notes-for-0.42.0.md @@ -7,4 +7,7 @@ short-description: Release notes for 0.42 (preliminary) # New features -Add features here as code is merged to master. +## Distribution tarballs from Mercurial repositories + +Creating distribution tarballs can now be made out of projects based on +Mercurial. As before, this remains possible only with the Ninja backend. |