]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - CHANGES
'static' shouldn't be accepted in the global scope for now
[xonotic/gmqcc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 2ee02d475ea0fc7a5f69a2eb94459a7c619f47cb..6aebd59c63f56598b792d347a9071677baf1fbbb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,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 +51,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