summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog11
1 files changed, 11 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 8a278a3..81429ef 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,14 @@
+Development version
+===================
+
+- More efficient implementation of machine integers (module Integers)
+ taking advantage of bitwise operations defined in ZArith in Coq 8.4.
+- Fixed a bug in the reference interpreter in -all mode causing some
+ reductions to be incorrectly merged.
+- Better error and warning messages for declarations of variables
+ of size >= 2^32 bits.
+
+
Release 1.12.1, 2013-01-29
==========================