changelog: update wrt 64bit / C99 switch
authorDaniel Kochmański <daniel@turtleware.eu>
Tue, 22 Sep 2015 21:26:09 +0000 (23:26 +0200)
committerDaniel Kochmański <daniel@turtleware.eu>
Tue, 22 Sep 2015 21:26:09 +0000 (23:26 +0200)
Signed-off-by: Daniel Kochmański <daniel@turtleware.eu>
CHANGELOG

index c88379c..9cfeddc 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -50,6 +50,8 @@
      (when printed readably), not as an array to initialize the random
      state.
 
+   - C99 supporting compiler is mandatory for C backend.
+
 ** Enhancements:
 
    - Added code walker (present as *feature* :walker)
@@ -60,6 +62,9 @@
 
    - Annotations are added at runtime (better integration with SLIME)
 
+   - Mersenne-Twister RNG has new 64 bit implementation for appropriate
+     machines
+
 ** Issues fixed:
 
    - Building with single-threaded boehm works if ECL threads are disabled