update for 0.3.1 release VALA_0_3_1
authorJuerg Billeter <j@bitron.ch>
Mon, 21 Apr 2008 22:08:36 +0000 (22:08 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Mon, 21 Apr 2008 22:08:36 +0000 (22:08 +0000)
2008-04-22  Juerg Billeter  <j@bitron.ch>

* NEWS: update for 0.3.1 release

svn path=/trunk/; revision=1302

ChangeLog
NEWS

index 0044b0b..88f44ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-22  Jürg Billeter  <j@bitron.ch>
+
+       * NEWS: update for 0.3.1 release
+
 2008-04-21  Jürg Billeter  <j@bitron.ch>
 
        * vala/valaparser.vala: support enum value attributes
diff --git a/NEWS b/NEWS
index 85fdeb5..ea6c7b5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Vala 0.3.1
+==========
+
+ * Enable non-null types by default.
+ * Add --disable-non-null commandline option.
+ * New handwritten parser.
+ * Support virtual methods in interfaces.
+ * Add `dynamic' type modifier for D-Bus client support.
+ * Add experimental support for writing D-Bus services.
+ * Don't require `new' operator for structs.
+ * Warn when using deprecated syntax.
+ * Add libsexy bindings (Evan Nemerson)
+ * Updates to the GLib and GTK+ bindings.
+ * Many bug fixes.
+
 Vala 0.2.0
 ==========