From 342db66cc94a6010a6f301071d251aa458e21547 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Mon, 28 Oct 2019 10:47:42 +0100 Subject: Add changelog for #10963. --- doc/changelog/03-notations/10963-simplify-parser.rst | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 doc/changelog/03-notations/10963-simplify-parser.rst (limited to 'doc') diff --git a/doc/changelog/03-notations/10963-simplify-parser.rst b/doc/changelog/03-notations/10963-simplify-parser.rst new file mode 100644 index 0000000000..8b501aac82 --- /dev/null +++ b/doc/changelog/03-notations/10963-simplify-parser.rst @@ -0,0 +1,6 @@ +- 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 stritcly between 100 and 200 and use these + notations on the right-hand side of a cast operator (`:`, `:>`, + `:>>`) (`#10963 `_, by Théo + Zimmermann, simplification initially noticed by Jim Fehrle). -- cgit v1.2.3 From 74c6d69a08b50b77c001ca758d25f1a969bf2c73 Mon Sep 17 00:00:00 2001 From: Théo Zimmermann Date: Mon, 28 Oct 2019 16:44:45 +0100 Subject: Fix typos. Co-Authored-By: Clément Pit-Claudel --- doc/changelog/03-notations/10963-simplify-parser.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/changelog/03-notations/10963-simplify-parser.rst b/doc/changelog/03-notations/10963-simplify-parser.rst index 8b501aac82..327a39bdb6 100644 --- a/doc/changelog/03-notations/10963-simplify-parser.rst +++ b/doc/changelog/03-notations/10963-simplify-parser.rst @@ -1,6 +1,6 @@ - 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 stritcly between 100 and 200 and use these + with `constr` at level strictly between 100 and 200 and used these notations on the right-hand side of a cast operator (`:`, `:>`, `:>>`) (`#10963 `_, by Théo Zimmermann, simplification initially noticed by Jim Fehrle). -- cgit v1.2.3