From: Jürg Billeter Date: Thu, 4 Feb 2010 19:38:10 +0000 (+0100) Subject: Release 0.7.10 X-Git-Tag: 0.7.10^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5d5f5778278d5954f10f051c44b98389b0d45bf;p=thirdparty%2Fvala.git Release 0.7.10 --- diff --git a/NEWS b/NEWS index e60a526e3..b9c65fe18 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Vala 0.7.10 +=========== + + * Support coalescing operator ??. + * Support to_string and bitwise complement with enums. + * Return handler id when connecting signal handlers. + * Support struct comparison. + * Support constructor chaining in structs. + * Enforce protected member restrictions. + * Improve performance of flow analysis. + * Support automatic line continuations in Genie. + * Improvements to the .gir reader and writer. + * Add --enable-mem-profiler commandline option. + * Many bug fixes and binding updates. + Vala 0.7.9 ==========