diff options
author | Jürg Billeter <j@bitron.ch> | 2009-01-07 22:47:56 +0000 |
---|---|---|
committer | Jürg Billeter <juergbi@src.gnome.org> | 2009-01-07 22:47:56 +0000 |
commit | 482e8e02d8078feea80bec557bac583dc42dbd64 (patch) | |
tree | 82fd69dfa666b2c76152ad328c65d57fb59a6c1d | |
parent | 78616e76ddb3c2ab3ac6699a8a6f97b998abc095 (diff) | |
download | vala-482e8e02d8078feea80bec557bac583dc42dbd64.tar.gz |
update for 0.5.4 releaseVALA_0_5_4
2009-01-07 Jürg Billeter <j@bitron.ch>
* NEWS: update for 0.5.4 release
svn path=/trunk/; revision=2291
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 12 |
2 files changed, 16 insertions, 0 deletions
@@ -1,5 +1,9 @@ 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: Fix critical when using immutable classes without copy function @@ -1,3 +1,15 @@ +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 ========== |