X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=CHANGES;h=e47948747dcb3ab1110f638d5bd5868e6a9ce3f1;hb=6dfdf69a8e96ea2f5f5e6f89bbe8fd6262268846;hp=5d787daf3ee7aaa5d16f28ae3cb702e14628543a;hpb=a474f20b84e41fe3fa8e300e311c1db89a3de535;p=xonotic%2Fgmqcc.git diff --git a/CHANGES b/CHANGES index 5d787da..e479487 100644 --- a/CHANGES +++ b/CHANGES @@ -16,6 +16,10 @@ 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 + - 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 @@ -26,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. @@ -48,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