summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2022-09-16 15:56:25 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2022-09-16 15:56:25 +0200
commit685aedcf05399e0ffd40aef3a8a4469c2bb591f2 (patch)
tree4ac130fa27f212f725a12ddfd19a7ba6d8513057 /NEWS
parent67ad727a0b5d9909ed4e80fc93691eee969d0200 (diff)
downloadvala-685aedcf05399e0ffd40aef3a8a4469c2bb591f2.tar.gz
Sync NEWS from 0.56
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 566b22462..a99f8ce7e 100644
--- a/NEWS
+++ b/NEWS
@@ -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: