]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - CHANGES
Update
[xonotic/gmqcc.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index b38c587f0f63fe1b3330a131d053693dcc7800e3..97c58ed5e7c534ec5fb4fb1d98c585e10395c736 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,7 @@ Release v0.3.0
     * Language:
         - Return assignments, the ability to assign to the return keyword
           as if it were a local variable.
+        - Added bitwise XOR operator (^)
     * Compilation:
         - Optimized memory usage (now uses on average %3 less memory for
           compilation).
@@ -19,6 +20,7 @@ Release v0.3.0
     * Build:
         - Added gentoo ebuilds.
         - Added win32 Makefile for building win32 packages.
+        - Added slackware pkg build files
 
 2012-04-27 v0.2.9
     * Preprocessor: