aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/03-notations
diff options
context:
space:
mode:
authorThéo Zimmermann2020-01-22 19:11:35 +0100
committerThéo Zimmermann2020-01-22 19:11:35 +0100
commit8f836215f099ea5ec7f27fd67d7723743d2e42e0 (patch)
tree4d3988a4464fbd53fe270d8d9a6c62efd8c8616d /doc/changelog/03-notations
parent7161bca5659accd920c3c868ec561b143bb9212d (diff)
Add explicit types to changelog entries.
Diffstat (limited to 'doc/changelog/03-notations')
-rw-r--r--doc/changelog/03-notations/11113-remove-compat.rst2
-rw-r--r--doc/changelog/03-notations/11172-master+coercion-notation-interleaved-printing.rst3
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/changelog/03-notations/11113-remove-compat.rst b/doc/changelog/03-notations/11113-remove-compat.rst
index 8c71d70cda..3bcdd3dd6f 100644
--- a/doc/changelog/03-notations/11113-remove-compat.rst
+++ b/doc/changelog/03-notations/11113-remove-compat.rst
@@ -1,4 +1,4 @@
-- Removed deprecated ``compat`` modifier of :cmd:`Notation`
+- **Removed:** deprecated ``compat`` modifier of :cmd:`Notation`
and :cmd:`Infix` commands
(`#11113 <https://github.com/coq/coq/pull/11113>`_,
by Théo Zimmermann, with help from Jason Gross).
diff --git a/doc/changelog/03-notations/11172-master+coercion-notation-interleaved-printing.rst b/doc/changelog/03-notations/11172-master+coercion-notation-interleaved-printing.rst
index a53fb7e970..f377b53ae2 100644
--- a/doc/changelog/03-notations/11172-master+coercion-notation-interleaved-printing.rst
+++ b/doc/changelog/03-notations/11172-master+coercion-notation-interleaved-printing.rst
@@ -1,2 +1,3 @@
-- The printing algorithm now interleaves search for notations and removal of coercions
+- **Changed:**
+ The printing algorithm now interleaves search for notations and removal of coercions
(`#11172 <https://github.com/coq/coq/pull/11172>`_, by Hugo Herbelin).