summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2011-02-21 17:34:07 +0100
committerGravatar Stephane Glondu <steph@glondu.net>2011-02-21 17:34:07 +0100
commit3b5a4caffd5f3d0021ea2716025efc068a0b8968 (patch)
tree6c60828fd5e7301d6e1df697b9eb11f374b9b059 /CHANGELOG
parenta99db68ef72f70cbb59746f14e526e3cd7608ea8 (diff)
parent9216cffaaa1ef137ef5bdb5b290a930cc6198850 (diff)
Merge commit 'upstream/0.2.pl2'
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..84b2aae
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,28 @@
+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
+