summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--NEWS12
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9e367e97..160940ce9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/NEWS b/NEWS
index 88dfbbcf0..da37da109 100644
--- a/NEWS
+++ b/NEWS
@@ -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
==========