aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-01-23 15:55:48 +0100
committerPierre-Marie Pédrot2020-01-23 15:55:48 +0100
commit9508ca5b3f4611940be532a7a8d9078e0605a05f (patch)
tree69ddd09f726193ef43e6b37edf77258bdc5eb322 /doc
parentf199c9f62e17153db1141d88cd6360c131d11e6d (diff)
parent1d88962aaaa5f8977bb343b1d01073d65cbb1434 (diff)
Merge PR #11444: Minor tweaks to the 8.11 changelog.
Reviewed-by: jfehrle
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/changes.rst23
1 files changed, 12 insertions, 11 deletions
diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst
index 294f121cf8..6d9979a704 100644
--- a/doc/sphinx/changes.rst
+++ b/doc/sphinx/changes.rst
@@ -60,17 +60,17 @@ of |Coq| and affected releases. See the `Changes in 8.11+beta1`_
section and following sections for the detailed list of changes,
including potentially breaking changes marked with **Changed**.
-Maxime Dénès, Emilio Jesús Gallego Arias, Gaëtan Gilbert, Michael
-Soegtrop, Théo Zimmermann worked on maintaining and improving the
-continuous integration system and package building infrastructure.
-
Coq's documentation is available at https://coq.github.io/doc/v8.11/api (documentation of
the ML API), https://coq.github.io/doc/v8.11/refman (reference
manual), and https://coq.github.io/doc/v8.11/stdlib (documentation of
the standard library).
+Maxime Dénès, Emilio Jesús Gallego Arias, Gaëtan Gilbert, Michael
+Soegtrop and Théo Zimmermann worked on maintaining and improving the
+continuous integration system and package building infrastructure.
+
The OPAM repository for |Coq| packages has been maintained by
-Guillaume Claret, Karl Palmskog, Matthieu Sozeau, Enrico Tassi with
+Guillaume Claret, Karl Palmskog, Matthieu Sozeau and Enrico Tassi with
contributions from many users. A list of packages is available at
https://coq.inria.fr/opam/www/.
@@ -566,27 +566,28 @@ Changes in 8.11.0
<https://github.com/coq/coq/pull/11203>`_, fixes `#10971
<https://github.com/coq/coq/issues/10971>`_, by Jason Gross)
- **Fixed:**
- Efficiency regression introduced by PR `#9725 <https://github.com/coq/coq/pull/9725>`_
+ Efficiency regression of :tacn:`lia` introduced in 8.10
+ by PR `#9725 <https://github.com/coq/coq/pull/9725>`_
(`#11263 <https://github.com/coq/coq/pull/11263>`_,
fixes `#11063 <https://github.com/coq/coq/issues/11063>`_,
and `#11242 <https://github.com/coq/coq/issues/11242>`_,
and `#11270 <https://github.com/coq/coq/issues/11270>`_, by Frédéric Besson).
- **Deprecated:**
The undocumented ``omega with`` tactic variant has been deprecated.
- Using :tacn:`lia` is the recommended replacement, tho the old semantics
+ Using :tacn:`lia` is the recommended replacement, though the old semantics
of ``omega with *`` can be recovered with ``zify; omega``
(`#11337 <https://github.com/coq/coq/pull/11337>`_,
by Emilio Jesus Gallego Arias).
- **Fixed**
For compatibility reasons, in 8.11, :tacn:`zify` does not support :g:`Z.pow_pos` by default.
- It can be enabled by loading explicitly the module :g:`ZifyPow`.
+ It can be enabled by explicitly loading the module :g:`ZifyPow`
(`#11430 <https://github.com/coq/coq/pull/11430>`_ by Frédéric Besson
fixes `#11191 <https://github.com/coq/coq/issues/11191>`_).
**Tactic language**
- **Fixed:**
- Syntax of tactic `cofix ... with ...` was broken from Coq 8.10
+ Syntax of tactic `cofix ... with ...` was broken since Coq 8.10
(`#11241 <https://github.com/coq/coq/pull/11241>`_,
by Hugo Herbelin).
@@ -611,7 +612,7 @@ Changes in 8.11.0
<https://github.com/coq/coq/pull/11280>`_, by Arthur Charguéraud).
- **Fixed:**
``coq_makefile`` does not break when using the ``CAMLPKGS`` variable
- together with an unpacked (``mllib``) plugin. (`#11357
+ together with an unpacked (``mllib``) plugin (`#11357
<https://github.com/coq/coq/pull/11357>`_, by Gaëtan Gilbert).
- **Fixed:**
``coqdoc`` with option ``-g`` (Gallina only) now correctly prints
@@ -635,7 +636,7 @@ Changes in 8.11.0
**Infrastructure and dependencies**
- **Added:**
- Build date can now be overriden by setting the `SOURCE_DATE_EPOCH`
+ Build date can now be overridden by setting the `SOURCE_DATE_EPOCH`
environment variable
(`#11227 <https://github.com/coq/coq/pull/11227>`_,
by Bernhard M. Wiedemann).