]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - CHANGES
updated CHANGES file
[xonotic/gmqcc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 6aebd59c63f56598b792d347a9071677baf1fbbb..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