From: Dale Weiler Date: Thu, 29 Aug 2013 11:07:43 +0000 (-0400) Subject: Some changes changes X-Git-Tag: 0.3.5~119 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=3ed200d08aef9be97703c095d7dc0852a7d7e9d9;p=xonotic%2Fgmqcc.git Some changes changes --- diff --git a/CHANGES b/CHANGES index e52c3bb..eba45dc 100644 --- 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