Update release notes

This commit is contained in:
Matthias Clasen 2009-12-21 10:02:07 -05:00
parent 7af2609a44
commit ad1580e516

View File

@ -24,6 +24,13 @@ Installation
See the file 'INSTALL' See the file 'INSTALL'
Notes about GLib 2.24
=====================
* GObject no longer allows to call g_object_set() on construct-only properties
while an object is being initialized. If this behavior is needed, setting a
custom constructor that just chains up will re-enable this functionality.
Notes about GLib 2.22 Notes about GLib 2.22
===================== =====================
@ -198,5 +205,4 @@ to that bug report.
Otherwise, enter a new bug report that describes the patch, Otherwise, enter a new bug report that describes the patch,
and attach the patch to that bug report. and attach the patch to that bug report.
Patches should be in unified diff form. (The -up option to GNU Patches should be in unified diff form. (The -up option to GNUdiff.)
diff.)