]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
Some changes changes
authorDale Weiler <killfieldengine@gmail.com>
Thu, 29 Aug 2013 11:07:43 +0000 (07:07 -0400)
committerDale Weiler <killfieldengine@gmail.com>
Thu, 29 Aug 2013 11:07:43 +0000 (07:07 -0400)
CHANGES

diff --git a/CHANGES b/CHANGES
index e52c3bb31e4e9ee21486ac3f88802d0d50cca9a3..eba45dc755bf5cc94fa831c3f44049f556ce19b0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,19 @@
+Release 0.4.0:
+    * Language:
+        - Vector bitops
+    * Compilation:
+        - Fixed constant folding
+        - New LNO format
+        - Shadowed locals fix
+        - Added warnings for weird precedence usage
+    * Testsuite:
+        - Important fixes to the testsuite (removal of false positives
+          and false negitives)
+    * Build:
+        - Generate PDFs of man documents for Windows releases
+    * Documentation:
+        - Fix some mdoc syntax usage
+
 2013-08-20 v0.3.0
     * Language:
         - Return assignments, the ability to assign to the return keyword