summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2019-02-13 20:40:51 -0500
committerGravatar Benjamin Barenblat <bbaren@google.com>2019-02-13 20:40:51 -0500
commit2ee22055c510a56c3d040fe023d0884b183bd68c (patch)
tree595eeed2159e90da8284b9e2d545430a61a60d04 /CHANGELOG
parent7ecbed522b4b4a9829eb9bd7b3f36db53788a77c (diff)
parent8018e923c75eb5504310864f821972f794b7d554 (diff)
Updated version 8.8.0+1.gbp069dc3b from 'upstream/8.8.0+1.gbp069dc3b'
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG28
1 files changed, 0 insertions, 28 deletions
diff --git a/CHANGELOG b/CHANGELOG
deleted file mode 100644
index 84b2aae..0000000
--- a/CHANGELOG
+++ /dev/null
@@ -1,28 +0,0 @@
-AAC_tactics 0.2-pl2 :
------------------
-
-- Improved the handling of nullifiable patterns.
-
-AAC_tactics 0.2.1 :
------------------
-
-- backport of some debian patches (thanks to S. Glondu)
-
-AAC_tactics 0.2 :
------------------
-
-- Several operators can share a given unit (like max and plus sharing zero)
-- Added some support to rewrite in inequations (using inequations)
-- Better priting functions for aac_instances
-- Overhauled inference of morphisms and operators :
- * Lift the previous requirement to have at leat one AC and one A operator
- * Binary operations are infered before morphisms (hence List.assoc can be recognized as being Associative)
-- Should now be able to handle goal with evars (but this is not unification modulo AC)
-- Added several new instances of Associative and Commutative operators
-- The old syntax to declare AC and A operators is no longer supported
-- The tactics do not abstract the proof they built (was troublesome if evars appeared)
-
-AAC_tactics 0.1 :
------------------
-Initial release
-