From: Rico Tzschichholz Date: Sun, 2 Jul 2023 18:37:28 +0000 (+0200) Subject: Sync NEWS from 0.56 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efb1c2b4cf122e71b8d6909e83a6f1a718e38764;p=thirdparty%2Fvala.git Sync NEWS from 0.56 --- diff --git a/NEWS b/NEWS index 88a4025f9..c859ef2f5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,24 @@ +Vala 0.56.9 +=========== + * Various improvements and bug fixes: + - codegen: Add missing EXTERN flag for GType function of error domains + [#1449] + - codegen: Improve handling of sealed classes [#1451] + - vala: Report an error when trying to chain up to inaccessible private + ctor [#1445] + - vala: Fix spaces for attributes when writing property accessors + - girwriter: Fix c:type attribute for real struct parameters [#1444] + - testrunner: Add support to check generated header + - manual: Update from wiki.gnome.org + + * Bindings: + - gio-2.0: Ease implemention of GLib.ActionGroup [#1447] + - glib-2.0: Fix return-type of GLib.SourceOnceFunc [#1446] + - glib-2.0: Add ConvertError.{NO_MEMORY,EMBEDDED_NUL} + - gtk4: Pick up fix for Gdk.Toplevel.compute_size.size parameter + - vapi: Add documentation to GLib.Math that '-X -lm' may be needed when + compiling [#1388] + Vala 0.56.8 =========== * Various improvements and bug fixes: