diff --git a/NEWS b/NEWS index cabf82050..2c9c1ef1c 100644 --- a/NEWS +++ b/NEWS @@ -25,9 +25,8 @@ Changes * All the new APIs provided by GTK 3.0 and friends are now available. - * Gtk# now provides bindings for cairo 1.10 in cairo-sharp.dll, as some - required APIs are not available in the Mono.Cairo.dll binding included - in Mono. + * Gtk# now provides bindings for cairo 1.10 in cairo-sharp.dll. In the future + we might go back to using the Mono.Cairo.dll binding included in Mono. * Bindings for Gio are now included, instead of requiring a separate gio-sharp package. @@ -43,8 +42,9 @@ Changes Bug fixes --------- - * generator: Properly handle boolean attributes when parsing the XML + * generator: Properly handle boolean attributes when parsing the GAPI XML * glib: do not call g_thread_ functions in GLib >= 2.31 * gtk: Fix resurrection cycles in container subclasses (bxc#3801) - * Lots of other bug fixes are included, in particular all the relevant fixes - from the stable 2.12 branch. + +Lots of other bug fixes are included, in particular all the relevant fixes from +the stable 2.12 branch.