2009-01-07 Jürg Billeter <j@bitron.ch>
* NEWS: update for 0.5.4 release
svn path=/trunk/; revision=2291
+2009-01-07 Jürg Billeter <j@bitron.ch>
+
+ * NEWS: update for 0.5.4 release
+
2009-01-07 Jürg Billeter <j@bitron.ch>
* gobject/valaccodebasemodule.vala:
+Vala 0.5.4
+==========
+
+ * Support array initializers as expressions.
+ * Support += to efficiently append elements to arrays.
+ * Calculate length for null-terminated arrays.
+ * Support initializers for multi-dimensional arrays.
+ * Add `owned' keyword to replace `#'.
+ * Various fixes in coroutine support.
+ * Support boxed structs as GObject properties.
+ * Many bug fixes.
+
Vala 0.5.3
==========