diff options
| author | Théo Zimmermann | 2018-10-11 14:33:29 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2018-10-11 14:33:29 +0200 |
| commit | 12527ad84e9d06a124086b1d184f56eff2772b9c (patch) | |
| tree | aa5097b0fc8747c92b725a31b0ab108262747306 | |
| parent | aa5cdbd67b160417fe353a79393a89ed99481548 (diff) | |
| parent | ba88c14957640e07e7605841ef122b89f2f93bda (diff) | |
Merge PR #8648: Add minimal CHANGES entry about deprecated compat notations
| -rw-r--r-- | CHANGES.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md index 302e952cf6..865e1eeb95 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -42,6 +42,14 @@ Notations `Bind Scope`, `Delimit Scope`, `Undelimit Scope`, or `Notation` is deprecated. +- Deprecated compatibility notations will actually be removed in the + next version of Coq. Uses of these notations are generally easy to + fix thanks to the hint contained in the deprecation warnings. For + projects that require more than a handful of such fixes, there is [a + script](https://gist.github.com/JasonGross/9770653967de3679d131c59d42de6d17#file-replace-notations-py) + that will do it automatically, using the output of coqc. The script + contains documentation on its usage in a comment at the top. + Tactics - Added toplevel goal selector `!` which expects a single focused goal. |
