From: Wolfgang Bumiller Date: Thu, 10 Jan 2013 20:05:10 +0000 (+0100) Subject: CHANGES file updated X-Git-Tag: before-library~317 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=0616bb9468e4c9735c0e2cb44d25602adfa38048;p=xonotic%2Fgmqcc.git CHANGES file updated --- diff --git a/CHANGES b/CHANGES index 5d787da..2ee02d4 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,8 @@ Release v0.2.4 - UTF-8 Support - enum support: without enum-types (ie no `typedef enum { } foo;`) + - Accessing vector components via the dot operator on all + expressions. Eg: (3 * v).y * Compilation: - Various optimizations and progs-size reductions. - A new spell-checking algorithm tries to hint you at existing