aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/10-standard-library
diff options
context:
space:
mode:
authorAnton Trunov2020-05-15 11:35:09 +0300
committerAnton Trunov2020-05-15 11:35:09 +0300
commit959254ccd5c895782286dfb1d2c731e143e37d00 (patch)
tree338b029fc34d3a9abb53ad011374986e9e894832 /doc/changelog/10-standard-library
parenta605c48898b29a66fc623493afdb73650026c2a6 (diff)
parent7510aa6d49cbc48962ee29949b61f1bed2b27e1a (diff)
Merge PR #11992: do not re-export ListNotations from Program
Reviewed-by: Zimmi48 Reviewed-by: anton-trunov Reviewed-by: ejgallego
Diffstat (limited to 'doc/changelog/10-standard-library')
-rw-r--r--doc/changelog/10-standard-library/11992-no-reexports.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/11992-no-reexports.rst b/doc/changelog/10-standard-library/11992-no-reexports.rst
new file mode 100644
index 0000000000..3f46bfd501
--- /dev/null
+++ b/doc/changelog/10-standard-library/11992-no-reexports.rst
@@ -0,0 +1,4 @@
+- **Changed:**
+ No longer re-export ``ListNotations`` from ``Program`` (``Program.Syntax``)
+ (`#11992 <https://github.com/coq/coq/pull/11992>`_,
+ by Antonio Nikishaev).