X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=CHANGES;h=e47948747dcb3ab1110f638d5bd5868e6a9ce3f1;hb=e149551744569b16237b7220970ec2a8d40f9935;hp=2ee02d475ea0fc7a5f69a2eb94459a7c619f47cb;hpb=0616bb9468e4c9735c0e2cb44d25602adfa38048;p=xonotic%2Fgmqcc.git diff --git a/CHANGES b/CHANGES index 2ee02d4..e479487 100644 --- a/CHANGES +++ b/CHANGES @@ -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 @@ -28,6 +30,7 @@ Release v0.2.4 * Commandline: - Support for making individual warnings an error - via -Werror- + - added --add-info * Testsuite: - Support for QCFLAGS to run tests with several additional flags. @@ -50,7 +53,6 @@ Release v0.2.4 - Support for `goto` with labels like in fteqcc. - `break` and `continue`. - Short circuit logic. - - `noreturn` keyword. - Support for translatable strings via _("str") like in fteqcc. * Compilation