summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRico Tzschichholz <ricotz@ubuntu.com>2019-09-30 17:53:48 +0200
committerRico Tzschichholz <ricotz@ubuntu.com>2019-10-01 23:02:54 +0200
commitb2b162d368f83afb792bf8090b2bea95c58f7ea4 (patch)
tree773d892c2012e5db36b079c58575eda67463c50b /NEWS
parent7bfd9a38debb873045134aee5bffb58aa552c967 (diff)
downloadvala-b2b162d368f83afb792bf8090b2bea95c58f7ea4.tar.gz
Sync NEWS from 0.46
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2104da2d3..4655d3e4c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+Vala 0.46.2
+===========
+ * Various improvements and bug fixes:
+ - vala:
+ + Report dedicated error message for params-array parameter mismatch
+ + Output "params" qualifier of parameters
+ + Allow to override virtual interface implementations [#852]
+ + Perform stricter compatibility check for delegates
+ - codegen: Directly use "memmove()" while g_memmove() is deprecated
+ - valadoc: Explicitly pass --pkg libgvc
+ - tests: Add more tests to increase coverage
+
+ * Bindings:
+ - gio-unix-2.0: Fix DesktopAppInfo.get_string(), UnixFDMessage.steal_fds()
+ - glib-2.0: DateTime.from_iso8601() can take a null TimeZone
+ - gobject-2.0: Some cherry-picking from GIR generated binding
+ - gstreamer: Update from 1.17.0+ git master
+ - gtk4: Update to 3.96.0+bcea9652
+ - gtk4: Constructors of Gtk.MediaFile needs to be static functions
+ - sqlite3: Fix use of possibly unassigned parameter `errmsg'
+
Vala 0.46.1
===========
* Regression and bug fixes: