aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Soegtrop2020-01-14 13:52:15 +0100
committerEmilio Jesus Gallego Arias2020-01-17 19:28:51 +0100
commite0b0aa33dcb7c39621a6598c2693a377f5d6cd43 (patch)
tree44f982973f25f1eaefb7856c1b8e78e7eb85fda5 /doc
parent55ded80878d47037e49ca9b60f89c422d184899f (diff)
Fix issue #11396 : Rlist hides standard list constructors cons and nil
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/10-standard-library/11396-issue_11396_Rlist.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/11396-issue_11396_Rlist.rst b/doc/changelog/10-standard-library/11396-issue_11396_Rlist.rst
new file mode 100644
index 0000000000..3e1f1e02a4
--- /dev/null
+++ b/doc/changelog/10-standard-library/11396-issue_11396_Rlist.rst
@@ -0,0 +1,4 @@
+- **Removed:**
+ Export of module ``RList`` in ``Ranalysis.v`` and ``Ranalysis_reg.v``. Module ``RList`` is still there but must be imported explicitly where required.
+ (`#11396 <https://github.com/coq/coq/pull/11396>`_,
+ by Michael Soegtrop).