aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Hugunin2018-01-17 14:55:28 +0900
committerJasper Hugunin2018-01-17 14:55:28 +0900
commit7f60ab72facdee620467c0c48c914273f70aa96f (patch)
treee503ad98865bbed12bdf6295a354e25832b1ac91
parent92bc1c642c2bf9001b86c71bb26f3e73011d02a7 (diff)
Add CHANGES entry
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ead751147a..818a66e9c6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -40,6 +40,8 @@ Tactics
- Added tactic optimize_heap, analogous to the Vernacular Optimize
Heap, which performs a major garbage collection and heap compaction
in the OCaml run-time system.
+- The tactics "dtauto", "dintuition", "firstorder" now handle inductive types
+ with let bindings in the parameters.
Vernacular Commands