Update README.in for the GtkIconInfo type change

This commit is contained in:
Alexander Larsson 2013-02-14 22:52:49 +01:00
parent f35ad7ab8b
commit b8af079258

View File

@ -71,6 +71,14 @@ and attach the patch to that bug report.
Patches should be in unified diff form. (The -up option to GNU diff.)
Release notes for 3.6
=====================
* GtkIconInfo has changed from being a boxed type to a GObject. This
is technically an ABI change, but basically all existing code
will keep working if its used as a boxed type, and its not
possible to instantiate GtkIconInfos outside Gtk, so this is not
expected to be a big problem.
Release notes for 3.6
=====================