]> de.git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - CHANGES
CHANGES file updated
[xonotic/gmqcc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 5d787daf3ee7aaa5d16f28ae3cb702e14628543a..6d03dec9566ed3eea435306f7c2ea8597be96da0 100644 (file)
--- 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
@@ -26,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.