update for 0.0.3 release VALA_0_0_3
authorJürg Billeter <j@bitron.ch>
Fri, 18 Aug 2006 20:35:47 +0000 (20:35 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Fri, 18 Aug 2006 20:35:47 +0000 (20:35 +0000)
2006-08-18  Jürg Billeter  <j@bitron.ch>

* NEWS: update for 0.0.3 release

svn path=/trunk/; revision=109

vala/ChangeLog
vala/NEWS

index 5e9ec85..468e0ab 100644 (file)
@@ -1,5 +1,9 @@
 2006-08-18  Jürg Billeter  <j@bitron.ch>
 
+       * NEWS: update for 0.0.3 release
+
+2006-08-18  Jürg Billeter  <j@bitron.ch>
+
        * compiler/valacompiler.vala, vapi/glib-2.0.vala, vapi/gtk+-2.0.vala:
          use array length functionality
 
index 55ac10f..b771484 100644 (file)
--- a/vala/NEWS
+++ b/vala/NEWS
@@ -1,3 +1,17 @@
+Vala 0.0.3
+==========
+
+ * Interface fixes.
+ * Support namespace constants.
+ * Support switch statements.
+ * Array creation support.
+ * Provide complete but experimental bindings for GTK+ 2.10 and Cairo 1.2.
+ * Add implicit array length parameter.
+ * Follow package dependencies.
+ * Support hexadecimal and octal integer literals and hexadecimal escape
+   sequences.
+ * Install libvala as shared library.
+
 Vala 0.0.2
 ==========