From f5d5f5778278d5954f10f051c44b98389b0d45bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrg=20Billeter?= Date: Thu, 4 Feb 2010 20:38:10 +0100 Subject: [PATCH] Release 0.7.10 --- NEWS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS b/NEWS index e60a526e..b9c65fe1 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 ========== -- 2.11.4.GIT