]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - CHANGES
vararg accessor generation
[xonotic/gmqcc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 2ee02d475ea0fc7a5f69a2eb94459a7c619f47cb..e47948747dcb3ab1110f638d5bd5868e6a9ce3f1 100644 (file)
--- 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-<warning>
+        - 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