]> 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..2ee02d475ea0fc7a5f69a2eb94459a7c619f47cb 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