X-Git-Url: https://git.xonotic.org/?a=blobdiff_plain;f=CHANGES;h=eba45dc755bf5cc94fa831c3f44049f556ce19b0;hb=6a235dc25fcd1adff69603374016530b321e6a16;hp=e52c3bb31e4e9ee21486ac3f88802d0d50cca9a3;hpb=c13285092cd35d8467c839814a3c9fa61ca82e20;p=xonotic%2Fgmqcc.git 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