From: Dale Weiler Date: Sun, 16 Jun 2013 02:48:31 +0000 (+0000) Subject: Update X-Git-Tag: v0.3.0~120 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=2d654ddcff7b5de6173217044f89914a86557e69 Update --- diff --git a/CHANGES b/CHANGES index b7499a1..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).