aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 bcda4ff50..8456195e6 100644
--- a/dev/doc/changes.txt
+++ b/dev/doc/changes.txt
@@ -144,6 +144,9 @@ In Coqlib / reference location:
- The tclWEAK_PROGRESS and tclNOTSAMEGOAL tacticals were removed. Their usecase
was very specific. Use tclPROGRESS instead.
+- The Refine.refine function and its variants now have the unsafe flag turned
+ down by default.
+
** Ltac API **
Many Ltac specific API has been moved in its own ltac/ folder. Amongst other