diff options
author | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-09 05:22:40 -0400 |
---|---|---|
committer | Elliott Sales de Andrade <quantum.analyst@gmail.com> | 2017-06-13 00:32:43 -0400 |
commit | 79d005364f8e6ee05cba4bb3c971caa36dd8b482 (patch) | |
tree | 64dfcc8cbc6c75d8d95c27733aa2f5fd2c380f9c /docs | |
parent | 1aa1d0d9ad378aa89f5d593e9d9b5c0d4ce30610 (diff) | |
download | meson-79d005364f8e6ee05cba4bb3c971caa36dd8b482.zip meson-79d005364f8e6ee05cba4bb3c971caa36dd8b482.tar.gz meson-79d005364f8e6ee05cba4bb3c971caa36dd8b482.tar.bz2 |
Add Mercurial dist support.
Diffstat (limited to 'docs')
-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. |