]> git.rm.cloudns.org Git - xonotic/gmqcc.git/commitdiff
Update CHANGES file
authorWolfgang Bumiller <blub@speed.at>
Thu, 17 Jan 2013 09:06:01 +0000 (10:06 +0100)
committerWolfgang Bumiller <blub@speed.at>
Thu, 17 Jan 2013 09:06:01 +0000 (10:06 +0100)
CHANGES

diff --git a/CHANGES b/CHANGES
index e147a0c8bc7d0ba59a29de4634a9c40e76177640..7a0013b82223057a3e28e091d0f8a25c4ab8ca1f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,10 @@ Release v0.2.4
         - Various optimizations and progs-size reductions.
         - A new spell-checking algorithm tries to hint you at existing
           variables on error.
+        - Some problems with VM related vector-instructions issues
+          have been solved in both DP and our own executor. A new
+          compatbility option (enabled by default) has been added for
+          now: -flegacy-vector-maths
     * qcvm:
         - Improved commandline argument handling.
         - More builtins: sqrt(), normalize()