update for 0.0.5 release
[vala-lang.git] / vala / NEWS
blob48e8c16a8e2cf6aa92377967b53188dc3a2ad9b7
1 Vala 0.0.5
2 ==========
4  * Support base access.
5  * Support typeof expressions.
6  * Improve array support.
7  * Fix possible memory leak in foreach statements.
8  * Fix many warnings during C compilation.
9  * Improve GTK+ bindings.
11 Vala 0.0.4
12 ==========
14  * Support + operator in strings.
15  * Support unicode character literals.
16  * Add implicit conversions for numeric types.
17  * Improve interface support.
18  * Improve array support.
19  * Support arbitrary signal parameters.
20  * Add threading support.
21  * Support lock statements.
22  * Many improvements to the GTK+ bindings.
24 Vala 0.0.3
25 ==========
27  * Interface fixes.
28  * Support namespace constants.
29  * Support switch statements.
30  * Array creation support.
31  * Provide complete but experimental bindings for GTK+ 2.10 and Cairo 1.2.
32  * Add implicit array length parameter.
33  * Follow package dependencies.
34  * Support hexadecimal and octal integer literals and hexadecimal escape
35    sequences.
36  * Install libvala as shared library.
38 Vala 0.0.2
39 ==========
41  * Support named construction methods.
42  * Basic interface support.
43  * Improve error handling.
44  * Many bug fixes.
47 Vala 0.0.1
48 ==========
50  * Initial release.