aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/10-standard-library/11686-fix-int-notations.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/10-standard-library/11686-fix-int-notations.rst')
-rw-r--r--doc/changelog/10-standard-library/11686-fix-int-notations.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/changelog/10-standard-library/11686-fix-int-notations.rst b/doc/changelog/10-standard-library/11686-fix-int-notations.rst
deleted file mode 100644
index 4959a9f9b1..0000000000
--- a/doc/changelog/10-standard-library/11686-fix-int-notations.rst
+++ /dev/null
@@ -1,6 +0,0 @@
-- **Changed:**
- Notations :n:`[|@term|]` and :n:`[||@term||]` for morphisms from 63-bit
- integers to :g:`Z` and :g:`zn2z int` have been removed in favor of
- :n:`φ(@term)` and :n:`Φ(@term)` respectively. These notations were
- breaking Ltac parsing (`#11686 <https://github.com/coq/coq/pull/11686>`_,
- by Maxime Dénès).