diff options
| author | Maxime Dénès | 2017-06-14 15:08:43 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-06-14 15:08:43 +0200 |
| commit | dcc5064bbc6f01b498abfdf80f0ea13a26381926 (patch) | |
| tree | c2855cff0206cf55b8a09ad91e087d6ee5a9d845 /dev/doc/changes.txt | |
| parent | aed7a86b2147e70bebd50a4d19bac33908da334b (diff) | |
| parent | 0fad09306982a88ff8d633d36abdc440dd542ab3 (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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/doc/changes.txt b/dev/doc/changes.txt index 631b5f5aaf..0728608f31 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 |
