2022-07-14 Rico Tzschichholz Release 0.56.2 2022-07-01 Rico Tzschichholz vapi: Add rest-1.0 bindings vapi: Add geocode-glib-2.0 binding 2022-06-14 Rico Tzschichholz codegen: Check cname of fields and methods against reserved identfiers Fixes https://gitlab.gnome.org/GNOME/vala/issues/1329 codegen: Split reserved identifiers for C and Vala codegen: Make sure to initialize static collections vala: Avoid critical in SourceFile.get_mapped_length() See https://gitlab.gnome.org/GNOME/vala/issues/1330 2022-06-04 Corentin Noël vapi: Add initial wayland-client binding Allow to properly use gtk4-wayland. 2022-06-02 Gustav Hartvigsson glib2.0: Add abs() to int8/int16/int32/ssize_t Fixes https://gitlab.gnome.org/GNOME/vala/issues/1328 2022-05-31 Rico Tzschichholz codegen: Detect usage of static type-parameter in runtime context Compact classes doesn't carry runtime information of its type-parameters. In case this information is required we need report an error. Fixes https://gitlab.gnome.org/GNOME/vala/issues/1326 2022-05-10 Rico Tzschichholz codegen: Correctly set array-length for NoAccessorMethods properties If value is a null-terminated array then calculate and set its length. Fixes https://gitlab.gnome.org/GNOME/vala/issues/1316