aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/03-notations/10963-simplify-parser.rst
diff options
context:
space:
mode:
authorThéo Zimmermann2019-11-02 18:08:28 +0100
committerThéo Zimmermann2019-12-02 08:23:26 +0100
commitdd0019e5a02db64012d2c3f6692ad03c3a84924f (patch)
treed1449d2062ba7c23d50df25ac9fe5ccdcd786385 /doc/changelog/03-notations/10963-simplify-parser.rst
parent31e109671896ef42653b1fcf239d8ebe1424c3da (diff)
Move unreleased changelog to new 8.11 section.
Diffstat (limited to 'doc/changelog/03-notations/10963-simplify-parser.rst')
-rw-r--r--doc/changelog/03-notations/10963-simplify-parser.rst7
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/changelog/03-notations/10963-simplify-parser.rst b/doc/changelog/03-notations/10963-simplify-parser.rst
deleted file mode 100644
index 5dc0215225..0000000000
--- a/doc/changelog/03-notations/10963-simplify-parser.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-- **Changed:**
- A simplification of parsing rules could cause a slight change of
- parsing precedences for the very rare users who defined notations
- with `constr` at level strictly between 100 and 200 and used these
- notations on the right-hand side of a cast operator (`:`, `:>`,
- `:>>`) (`#10963 <https://github.com/coq/coq/pull/10963>`_, by Théo
- Zimmermann, simplification initially noticed by Jim Fehrle).