diff options
| author | Théo Zimmermann | 2017-08-16 16:26:08 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2017-08-16 19:15:48 +0200 |
| commit | 05c7a8ac7721e149c78b6704b8294a3c8561482f (patch) | |
| tree | 2db0a416ce93407b35ee7d9e024d60bce8cbd652 /dev/doc | |
| parent | 3b78cc73f75a216b0ac6174ef8ad8f6cd5e754b2 (diff) | |
Mention tclINDEPENDENTL (#349) in dev/doc/changes.
Diffstat (limited to 'dev/doc')
| -rw-r--r-- | dev/doc/changes.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index a48c491d33..0f1a28028c 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. |
