2023-07-02 Rico Tzschichholz Release 0.56.9 2023-06-30 Rico Tzschichholz codegen: Improve handling of sealed classes Avoid redundant declarations and make *_get_type() show up in public header Fixes https://gitlab.gnome.org/GNOME/vala/issues/1451 2023-06-30 Rico Tzschichholz testrunner: Add support to check generated header 2023-06-30 Alistair Thomas vapi: Add documentation to GLib.Math that '-X -lm' may be needed when compiling See https://gitlab.gnome.org/GNOME/vala/issues/1388 2023-06-26 Rico Tzschichholz gtk4: Pick up fix for Gdk.Toplevel.compute_size.size parameter 2023-06-21 Rico Tzschichholz codegen: Add missing EXTERN flag for GType function of error domains In addition to da4ff03c5ca427cf7cc4574f52f5190dc1b0dfb9 Fixes https://gitlab.gnome.org/GNOME/vala/issues/1448 2023-06-21 Tomoaki Kawada glib-2.0: Add ConvertError.{NO_MEMORY,EMBEDDED_NUL} They are available since 2.40 and 2.56 respectively. 2023-06-21 Rico Tzschichholz vapi: Regenerate GIR-based bindings vala: Fix spaces for attributes when writing property accessors 2023-06-21 Rico Tzschichholz gio-2.0: Ease implemention of GLib.ActionGroup *.get_action_*/has_action vfuncs are not required to be implemented Fixes https://gitlab.gnome.org/GNOME/vala/issues/1447 2023-06-21 Rico Tzschichholz vala: Report an error when trying to chain up to inaccessible private ctor Fixes https://gitlab.gnome.org/GNOME/vala/issues/1445 2023-06-21 Rico Tzschichholz girwriter: Fix c:type attribute for real struct parameters Non-simple structs are always by reference Fixes https://gitlab.gnome.org/GNOME/vala/issues/1444 2023-06-21 Rico Tzschichholz glib-2.0: Fix return-type of GLib.SourceOnceFunc Fixes https://gitlab.gnome.org/GNOME/vala/issues/1446 manual: Update from wiki.gnome.org