diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-02-24 15:23:19 +0100 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2020-02-24 15:23:19 +0100 |
commit | 1633ef94e0390c6c6897fabc4e00026f9fee18f9 (patch) | |
tree | f437f1483cdfdf298de1bc549e04f6cfa856a835 /NEWS | |
parent | dea6e30ad81e6da4ae6777365827956c4d8ab46f (diff) | |
download | vala-1633ef94e0390c6c6897fabc4e00026f9fee18f9.tar.gz |
Release 0.47.920.47.92
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Vala 0.47.92 +============ + * Various improvements and bug fixes: + - Add support for sealed classes in bindings [#278] + - codegen: Don't initialize stack-allocated array with local-constant + length [#910] + - vala: Improve robustness of analyzer pass for language-servers [#911] + - vala: Add local-variables to current scope regardless its error state + - testrunner: Pass G_DEBUG=fatal-warnings to invalid test + + * Bindings: + - Add some fundamental deps files to improve --nostdpkg support [#911] + Vala 0.47.91 ============ * Various improvements and bug fixes: |