aboutsummaryrefslogtreecommitdiffhomepage
path: root/CHANGES
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2018-02-21 19:07:26 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2018-02-21 19:07:26 +0100
commit0c5f0afffd37582787f79267d9841259095b7edc (patch)
treebcb0d79d628314f0459e4c340143d75c2204303f /CHANGES
parente97c27b468901aaea148ae775e070bad6eb42571 (diff)
parentf87b9c9564b21b2f531629311787f329c5851af7 (diff)
Merge PR #6604: Extend `zify_N` with knowledge about `N.pred`
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 32a533d14..7ea23eeb7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -41,6 +41,7 @@ Tactics
such as "x := 5 : Z" (see BZ#148). This could be disabled via
Unset Omega UseLocalDefs.
- The tactic "romega" is also aware now of the bodies of context variables.
+- The tactic "zify" resp. "omega with N" is now aware of N.pred.
- Tactic "decide equality" now able to manage constructors which
contain proofs.
- Added tactics reset ltac profile, show ltac profile (and variants)