aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/01-kernel
diff options
context:
space:
mode:
authorMatthieu Sozeau2020-11-30 17:12:37 +0100
committerMatthieu Sozeau2020-12-03 16:03:37 +0100
commit3c4d2c9e3b7100a0012ad06b33b46fe7dca6cd29 (patch)
treea332e0c2d9d7371bff1bcdece6f27f7a15cbd9f6 /doc/changelog/01-kernel
parenta88568e751d63d8db93450213272c8b28928dbf2 (diff)
Changes for Coq 8.13
Diffstat (limited to 'doc/changelog/01-kernel')
-rw-r--r--doc/changelog/01-kernel/10390-uip.rst5
-rw-r--r--doc/changelog/01-kernel/11604-persistent-arrays.rst6
-rw-r--r--doc/changelog/01-kernel/12537-master+module-starting-extends-delta-resolver.rst8
-rw-r--r--doc/changelog/01-kernel/13356-primarray-cumul.rst5
4 files changed, 0 insertions, 24 deletions
diff --git a/doc/changelog/01-kernel/10390-uip.rst b/doc/changelog/01-kernel/10390-uip.rst
deleted file mode 100644
index dab096d8db..0000000000
--- a/doc/changelog/01-kernel/10390-uip.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-- **Added:**
- Definitional UIP, only when :flag:`Definitional UIP` is enabled. See
- documentation of the flag for details.
- (`#10390 <https://github.com/coq/coq/pull/10390>`_,
- by Gaëtan Gilbert).
diff --git a/doc/changelog/01-kernel/11604-persistent-arrays.rst b/doc/changelog/01-kernel/11604-persistent-arrays.rst
deleted file mode 100644
index fbade033d2..0000000000
--- a/doc/changelog/01-kernel/11604-persistent-arrays.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-- **Added:**
- Built-in support for persistent arrays, which expose a functional
- interface but are implemented using an imperative data structure, for
- better performance.
- (`#11604 <https://github.com/coq/coq/pull/11604>`_,
- by Maxime Dénès and Benjamin Grégoire, with help from Gaëtan Gilbert).
diff --git a/doc/changelog/01-kernel/12537-master+module-starting-extends-delta-resolver.rst b/doc/changelog/01-kernel/12537-master+module-starting-extends-delta-resolver.rst
deleted file mode 100644
index bec121836c..0000000000
--- a/doc/changelog/01-kernel/12537-master+module-starting-extends-delta-resolver.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-- **Fixed:**
- A loss of definitional equality for declarations obtained through
- :cmd:`Include` when entering the scope of a :cmd:`Module` or
- :cmd:`Module Type` was causing :cmd:`Search` not to see the included
- declarations
- (`#12537 <https://github.com/coq/coq/pull/12537>`_, fixes `#12525
- <https://github.com/coq/coq/pull/12525>`_ and `#12647
- <https://github.com/coq/coq/pull/12647>`_, by Hugo Herbelin).
diff --git a/doc/changelog/01-kernel/13356-primarray-cumul.rst b/doc/changelog/01-kernel/13356-primarray-cumul.rst
deleted file mode 100644
index 978ca325bf..0000000000
--- a/doc/changelog/01-kernel/13356-primarray-cumul.rst
+++ /dev/null
@@ -1,5 +0,0 @@
-- **Changed:** Primitive arrays are now irrelevant in their single
- polymorphic universe (same as a polymorphic cumulative list
- inductive would be) (`#13356
- <https://github.com/coq/coq/pull/13356>`_, fixes `#13354
- <https://github.com/coq/coq/issues/13354>`_, by Gaëtan Gilbert).