summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2008-12-01 20:50:40 +0000
committerJürg Billeter <juergbi@src.gnome.org>2008-12-01 20:50:40 +0000
commitb9f854ec7e42bea66ccdf329fbb6d5ad5a9fcf29 (patch)
tree94f2210ebbfc32457c464c2a9d2ec0c6cf5b4f64 /NEWS
parentcd22178499384694d868949c24ff11a9675ee0af (diff)
downloadvala-b9f854ec7e42bea66ccdf329fbb6d5ad5a9fcf29.tar.gz
update for 0.5.2 releaseVALA_0_5_2
2008-12-01 Jürg Billeter <j@bitron.ch> * NEWS: update for 0.5.2 release svn path=/trunk/; revision=2111
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 5bfe35506..cd8363518 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Vala 0.5.2
+==========
+
+ * Report uninitialized local variables.
+ * Report unused fields, methods, and local variables.
+ * Fix error handling in complex statements.
+ * Improve support for generic types.
+ * Support parameter arrays in bindings.
+ * Do not require libgee for foreach statements.
+ * Support enums in D-Bus clients and servers.
+ * Support structs in hash tables in D-Bus servers.
+ * Experimental static D-Bus client support.
+ * Add --dump-tree commandline option to write code tree to file.
+ * Many bug fixes.
+
Vala 0.5.1
==========