]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - CHANGES
initialize max_param_count to 1 so vararg functions don't try to create an accessor...
[xonotic/gmqcc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index 6aebd59c63f56598b792d347a9071677baf1fbbb..e147a0c8bc7d0ba59a29de4634a9c40e76177640 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,9 @@ 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...);
+        - Accessing varargs from QC via: ...(index, type)
     * Compilation:
         - Various optimizations and progs-size reductions.
         - A new spell-checking algorithm tries to hint you at existing