X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=CHANGES;h=eba45dc755bf5cc94fa831c3f44049f556ce19b0;hb=37a4265e0664203490f932ea955d79e45de92848;hp=b574d2c01a6b21ce91940e3889b7748fcbfda9ed;hpb=dd512ec36a86ac95ebd2c3b5f36ab55f05b0250f;p=xonotic%2Fgmqcc.git diff --git a/CHANGES b/CHANGES index b574d2c..eba45dc 100644 --- a/CHANGES +++ b/CHANGES @@ -1,4 +1,20 @@ -Release v0.3.0 +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 as if it were a local variable.