From dba9b80b25a75b9f210f87d4c1f58bc95ef33fa9 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Wed, 2 Dec 2020 16:31:59 +0100 Subject: Apply suggestions from code review Co-authored-by: Théo Zimmermann --- doc/sphinx/changes.rst | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/doc/sphinx/changes.rst b/doc/sphinx/changes.rst index 9a2e1b686b..0ae80e0685 100644 --- a/doc/sphinx/changes.rst +++ b/doc/sphinx/changes.rst @@ -111,8 +111,8 @@ This release is the result of 400 merged PRs, closing ~100 issues. | -Changes in 8.13 -~~~~~~~~~~~~~~~ +Changes in 8.13+beta1 +~~~~~~~~~~~~~~~~~~~~~ .. contents:: :local: @@ -212,7 +212,7 @@ Specification language, type inference (`#13188 `_, fixes `#6042 `_, by Gaëtan Gilbert). - **Fixed:** - Allow use of type classes inference for the return predicate of a :n:`match` + Allow use of typeclass inference for the return predicate of a :n:`match` (was deactivated in versions 8.10 to 8.12, `#13217 `_, fixes `#13216 `_, by Hugo Herbelin). @@ -252,7 +252,6 @@ Specification language, type inference fixes `#11816 `_, by Hugo Herbelin). - **Fixed:** - Issue when two expressions involving different projections and one is primitive need to be unified (`#13386 `_, @@ -319,8 +318,8 @@ Notations reference manual). - **Changed:** Scope information is propagated in indirect applications to a - reference prefixed with :g:`@@`; this covers for instance the case - :g:`r.(@@p) t` where scope information from :g:`p` is now taken into + reference prefixed with :g:`@`; this covers for instance the case + :g:`r.(@p) t` where scope information from :g:`p` is now taken into account for interpreting :g:`t` (`#12685 `_, by Hugo Herbelin). - **Added:** @@ -352,7 +351,7 @@ Notations fixes `#9569 `_, by Hugo Herbelin). - **Deprecated:** - :n:`Numeral Notation`, please use :ref:`Number Notation ` instead. + `Numeral Notation`, please use :cmd:`Number Notation` instead (`#12979 `_, by Pierre Roux). - **Changed:** @@ -397,15 +396,15 @@ Tactics (As `lia` gets more powerful, this may break proof scripts relying on `lia` failure.) (`#11906 `_, by Frédéric Besson). - **Added:** - :tacn`apply … in` supports several hypotheses + :tacn:`apply … in` supports several hypotheses (`#12246 `_, by Hugo Herbelin; grants `#9816 `_). - **Removed:** - The deprecated and undocumented "prolog" tactic was removed + The deprecated and undocumented `prolog` tactic was removed (`#12399 `_, by Pierre-Marie Pédrot). -- **Removed:** Removed `info` tactic that was deprecated in 8.5. +- **Removed:** `info` tactic that was deprecated in 8.5. (`#12423 `_, by Jim Fehrle). - **Added:** The :tacn:`zify` tactic can now be extended by redefining the `zify_pre_hook` @@ -421,7 +420,7 @@ Tactics fixes `#13235 `_, by Hugo Herbelin). - **Fixed:** - Avoiding exposing an internal name of the form :n:`_tmp` when applying the + Avoid exposing an internal name of the form :n:`_tmp` when applying the :n:`_` introduction pattern which would break a dependency (`#13337 `_, fixes `#13336 `_, @@ -476,7 +475,8 @@ SSReflect (`#13317 `_, by Cyril Cohen). - **Fixed:** - Working around a bug of interaction between + and /(ltac:(...)) cf #13458 + Working around a bug of interaction between + and /(ltac:(...)) cf + `#13458 `_ (`#13459 `_, by Cyril Cohen). -- cgit v1.2.3