update for 0.3.2 release VALA_0_3_2
authorJuerg Billeter <j@bitron.ch>
Mon, 12 May 2008 23:37:56 +0000 (23:37 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Mon, 12 May 2008 23:37:56 +0000 (23:37 +0000)
2008-05-12  Juerg Billeter  <j@bitron.ch>

* NEWS: update for 0.3.2 release

svn path=/trunk/; revision=1383

ChangeLog
NEWS

index 6926f9d..bfe6142 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2008-05-12  Jürg Billeter  <j@bitron.ch>
 
+       * NEWS: update for 0.3.2 release
+
+2008-05-12  Jürg Billeter  <j@bitron.ch>
+
        * gobject/valaccodeclassbinding.vala: improve D-Bus service support
        for arbitrary return types
 
diff --git a/NEWS b/NEWS
index ea6c7b5..cd33c25 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Vala 0.3.2
+==========
+
+ * Add support for class constructors, class fields, and class methods.
+ * Various improvements to methods in D-Bus services.
+ * Add support for properties and signals in D-Bus services (Yu Feng)
+ * Add Time API to GLib bindings.
+ * Documentation improvements (Phil Housley)
+ * Updates to the GLib and GTK+ bindings.
+ * Many bug fixes.
+
 Vala 0.3.1
 ==========