diff --git a/doc/changelog/03-notations/17856-master+more-general-form-binders-recursive-notation.rst b/doc/changelog/03-notations/17856-master+more-general-form-binders-recursive-notation.rst new file mode 100644 index 0000000000000..4250fd54ae2d9 --- /dev/null +++ b/doc/changelog/03-notations/17856-master+more-general-form-binders-recursive-notation.rst @@ -0,0 +1,7 @@ +- **Added:** + Parsing support for notations with recursive binders involving not only + variables bound by :n:`fun` or :n:`forall` but also by :n:`let` or + :n:`match` + (`#17856 `_, + fixes `#17845 `_, + by Hugo Herbelin).