aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorThéo Zimmermann2020-10-05 14:51:48 +0200
committerThéo Zimmermann2020-10-05 14:52:23 +0200
commit753a0fd0e249fdadd49cf32e88fb65b7923f5cd4 (patch)
treefe8e619c19a25e7e3252397266cee7bb51a711c8 /doc/changelog
parent6d3a9220204de22e0b81dc961d2eb269128b5c2e (diff)
Document the removal of forward class hints.
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/02-specification-language/13106-doc-and-changelog-for-13106.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/13106-doc-and-changelog-for-13106.rst b/doc/changelog/02-specification-language/13106-doc-and-changelog-for-13106.rst
new file mode 100644
index 0000000000..7fe69c39c1
--- /dev/null
+++ b/doc/changelog/02-specification-language/13106-doc-and-changelog-for-13106.rst
@@ -0,0 +1,5 @@
+- **Removed:**
+ Undocumented and experimental forward class hint feature ``:>>``.
+ Use ``:>`` (see :n:`@of_type`) instead
+ (`#13106 <https://github.com/coq/coq/pull/13106>`_,
+ by Pierre-Marie Pédrot).