]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Correct Bindings NEWS for 0.50.4
authorRico Tzschichholz <ricotz@ubuntu.com>
Sat, 13 Mar 2021 20:19:09 +0000 (21:19 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sat, 13 Mar 2021 20:19:09 +0000 (21:19 +0100)
NEWS

diff --git a/NEWS b/NEWS
index 94746d03d792f1d058f67f4e9d9f3eb9c91fc248..40e84811b9bafd0f19f2ff16698e80b8c87dd453 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -57,10 +57,6 @@ Vala 0.50.4
   - gio-2.0: Fix binding of PollableOutputStream.write*_nonblocking()
   - gio-2.0,gtk+-3.0,gtk4: Drop explicit c-type attributes of va_list parameters
   - gio-2.0: Pick up missing invoker for some AppInfo/File.*() methods
-  - glib-2.0: Add GLib.[S]List.is_empty() convenience methods for non-null
-  - glib-2.0: Bind assert_cmp* functions [#395]
-  - glib-2.0: Improve type of OptionEntry.flags field
-  - glib-2.0: Make PtrArray a subclass of GenericArray
   - gstreamer-1.0: Set CCode.type_id of MiniObject to G_TYPE_BOXED [#1133]
   - gtk+-2.0,javascriptcoregtk-4.0: Wrong usage of CCode.type_cname attribute
   - gtk+-3.0,gtk4: Fix some delegate return values and parameters