X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=CHANGES;h=97c58ed5e7c534ec5fb4fb1d98c585e10395c736;hp=b7499a1a53c45f486ee2581752594815010b5d29;hb=2d654ddcff7b5de6173217044f89914a86557e69;hpb=5d2b57394efd1eb641403efb540411ed5d087124 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).