aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/doc/changes.txt
diff options
context:
space:
mode:
authorGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-08-16 16:26:08 +0200
committerGravatar Théo Zimmermann <theo.zimmermann@univ-paris-diderot.fr>2017-08-16 19:15:48 +0200
commit05c7a8ac7721e149c78b6704b8294a3c8561482f (patch)
tree2db0a416ce93407b35ee7d9e024d60bce8cbd652 /dev/doc/changes.txt
parent3b78cc73f75a216b0ac6174ef8ad8f6cd5e754b2 (diff)
Mention tclINDEPENDENTL (#349) in dev/doc/changes.
Diffstat (limited to 'dev/doc/changes.txt')
-rw-r--r--dev/doc/changes.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt
index a48c491d3..0f1a28028 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -188,6 +188,9 @@ In Coqlib / reference location:
- The tclWEAK_PROGRESS and tclNOTSAMEGOAL tacticals were removed. Their usecase
was very specific. Use tclPROGRESS instead.
+- New (internal) tactical `tclINDEPENDENTL` that combined with enter_one allows
+ to iterate a non-unit tactic on all goals and access their returned values.
+
- The unsafe flag of the Refine.refine function and its variants has been
renamed and dualized into typecheck and has been made mandatory.