diff options
author | Alistair Thomas <astavale@yahoo.co.uk> | 2017-06-26 13:58:15 +0100 |
---|---|---|
committer | Alistair Thomas <astavale@yahoo.co.uk> | 2017-06-26 13:58:15 +0100 |
commit | efef8f4f387db3f7f9322504fd1c73afb7ea3179 (patch) | |
tree | 73ff08417dbcbd3df2735beab58c7f7446ce508e | |
parent | 2980ccb05edb05d5ead8e43faa805f0a9a28a16e (diff) | |
download | meson-efef8f4f387db3f7f9322504fd1c73afb7ea3179.zip meson-efef8f4f387db3f7f9322504fd1c73afb7ea3179.tar.gz meson-efef8f4f387db3f7f9322504fd1c73afb7ea3179.tar.bz2 |
Add Genie to release notes
-rw-r--r-- | docs/markdown/Release-notes-for-0.42.0.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/markdown/Release-notes-for-0.42.0.md b/docs/markdown/Release-notes-for-0.42.0.md index dcb86c3..f160e16 100644 --- a/docs/markdown/Release-notes-for-0.42.0.md +++ b/docs/markdown/Release-notes-for-0.42.0.md @@ -11,3 +11,9 @@ short-description: Release notes for 0.42 (preliminary) Creating distribution tarballs can now be made out of projects based on Mercurial. As before, this remains possible only with the Ninja backend. + + +## Add support for Genie to Vala compiler + +The Vala compiler has an alternative syntax, Genie, that uses the `.gs` +file extension. Meson now recognises and uses Genie files. |