diff options
author | Rico Tzschichholz <ricotz@ubuntu.com> | 2022-09-16 15:56:25 +0200 |
---|---|---|
committer | Rico Tzschichholz <ricotz@ubuntu.com> | 2022-09-16 15:56:25 +0200 |
commit | 685aedcf05399e0ffd40aef3a8a4469c2bb591f2 (patch) | |
tree | 4ac130fa27f212f725a12ddfd19a7ba6d8513057 | |
parent | 67ad727a0b5d9909ed4e80fc93691eee969d0200 (diff) | |
download | vala-685aedcf05399e0ffd40aef3a8a4469c2bb591f2.tar.gz |
Sync NEWS from 0.56
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Vala 0.56.3 +=========== + * Various improvements and bug fixes: + - vala: Don't unconditionally expect ObjectType of Class [#1341] + - vala: Make try-statement parsing more resilient [#1304] + - vala: Avoid problems with '\' in #line directives on Windows [#1353] + - gidlparser: Set source reference of parameters + + * Bindings: + - atspi-2: Fix a few binding errors + - glib-2.0: Use g_abort for GLib.Process.abort() beginning with 2.50 [#1350] + - gtk+-3.0: Correctly unhide BindingSet.by_class to avoid Version attribute + Vala 0.56.2 =========== * Various improvements and bug fixes: |