updated CHANGES file

This commit is contained in:
Wolfgang Bumiller 2013-01-12 11:11:31 +01:00
parent 6a248e2498
commit 87ff481abf

View file

@ -18,6 +18,8 @@ Release v0.2.4
(ie no `typedef enum { } foo;`)
- Accessing vector components via the dot operator on all
expressions. Eg: (3 * v).y
- Type restricted variadict parameters:
ie: void print(string...);
* Compilation:
- Various optimizations and progs-size reductions.
- A new spell-checking algorithm tries to hint you at existing