aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/doc/changes.txt
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-06-14 15:08:43 +0200
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-06-14 15:08:43 +0200
commitdcc5064bbc6f01b498abfdf80f0ea13a26381926 (patch)
treec2855cff0206cf55b8a09ad91e087d6ee5a9d845 /dev/doc/changes.txt
parentaed7a86b2147e70bebd50a4d19bac33908da334b (diff)
parent0fad09306982a88ff8d633d36abdc440dd542ab3 (diff)
Merge PR#622: Change the default flag value for Refine.refine
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 631b5f5aa..0728608f3 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -154,6 +154,9 @@ In Coqlib / reference location:
- The tclWEAK_PROGRESS and tclNOTSAMEGOAL tacticals were removed. Their usecase
was very specific. Use tclPROGRESS instead.
+- The unsafe flag of the Refine.refine function and its variants has been
+ renamed and dualized into typecheck and has been made mandatory.
+
** Ltac API **
Many Ltac specific API has been moved in its own ltac/ folder. Amongst other