aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorThéo Zimmermann2019-06-16 22:39:52 +0200
committerThéo Zimmermann2019-06-16 22:52:22 +0200
commite783acc0ff10d76403c1c3f665e984fa7a37e9b6 (patch)
treef6f5e0b5a4ad7d9aed961ceed1bb213bc4449e5f /doc/changelog
parent6eba5b5ba91f9ec02b809e0c223324e0f4fdbf85 (diff)
Changelog for 8.10+beta2.
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/06-ssreflect/10302-case-HoTT.rst7
-rw-r--r--doc/changelog/06-ssreflect/10305-unfold-HoTT.rst7
-rw-r--r--doc/changelog/09-coqide/10360-windows.rst3
-rw-r--r--doc/changelog/12-misc/10019-PG-proof-diffs.rst3
4 files changed, 0 insertions, 20 deletions
diff --git a/doc/changelog/06-ssreflect/10302-case-HoTT.rst b/doc/changelog/06-ssreflect/10302-case-HoTT.rst
deleted file mode 100644
index 686b3c3cca..0000000000
--- a/doc/changelog/06-ssreflect/10302-case-HoTT.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-- Make the ``case E: t`` tactic work together with
- :flag:`Universe Polymorphism` and equality in :g:`Type`.
- This makes tacn:`case` compatible with the HoTT
- library https://github.com/HoTT/HoTT.
- (`#10302 <https://github.com/coq/coq/pull/10302>`_,
- fixes `#10301 <https://github.com/coq/coq/issues/10301>`_,
- by Andreas Lynge, review by Enrico Tassi)
diff --git a/doc/changelog/06-ssreflect/10305-unfold-HoTT.rst b/doc/changelog/06-ssreflect/10305-unfold-HoTT.rst
deleted file mode 100644
index b82de1a879..0000000000
--- a/doc/changelog/06-ssreflect/10305-unfold-HoTT.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-- Make the ``rewrite /t`` tactic work together with
- :flag:`Universe Polymorphism`.
- This makes tacn:`rewrite` compatible with the HoTT
- library https://github.com/HoTT/HoTT.
- (`#10305 <https://github.com/coq/coq/pull/10305>`_,
- fixes `#9336 <https://github.com/coq/coq/issues/9336>`_,
- by Andreas Lynge, review by Enrico Tassi)
diff --git a/doc/changelog/09-coqide/10360-windows.rst b/doc/changelog/09-coqide/10360-windows.rst
deleted file mode 100644
index b7f8374c73..0000000000
--- a/doc/changelog/09-coqide/10360-windows.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-- Fix CoqIDE instability on Windows after the update to gtk3
- (`#10360 <https://github.com/coq/coq/pull/10360>`_, by Michael Soegtrop,
- closes `#9885 <https://github.com/coq/coq/issues/9885>`_).
diff --git a/doc/changelog/12-misc/10019-PG-proof-diffs.rst b/doc/changelog/12-misc/10019-PG-proof-diffs.rst
deleted file mode 100644
index b2d191be26..0000000000
--- a/doc/changelog/12-misc/10019-PG-proof-diffs.rst
+++ /dev/null
@@ -1,3 +0,0 @@
-- Proof General can now display Coq-generated diffs between proof steps
- in color. (`#10019 <https://github.com/coq/coq/pull/10019>`_ and (in Proof General)
- `#421 <https://github.com/ProofGeneral/PG/pull/421>`_, by Jim Fehrle).