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