X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=CHANGES;h=97c58ed5e7c534ec5fb4fb1d98c585e10395c736;hp=b38c587f0f63fe1b3330a131d053693dcc7800e3;hb=557ad9da1af1c777f83455a4f86d9703fa297562;hpb=923e0187bd928762fbff39a98bb54d3836c2fee2 diff --git a/CHANGES b/CHANGES index b38c587..97c58ed 100644 --- 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: