]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Sync NEWS from 0.56
authorRico Tzschichholz <ricotz@ubuntu.com>
Fri, 16 Sep 2022 13:56:25 +0000 (15:56 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Fri, 16 Sep 2022 13:56:25 +0000 (15:56 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 566b2246258d3c5a614851804bb5301aa6ef5af0..a99f8ce7e794d4258d57f754fe2bc398e4f6ca85 100644 (file)
--- 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: