aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-03-10 09:11:51 +0000
committerGitHub2021-03-10 09:11:51 +0000
commite16a73156d92a6510e34e54a829f43f294820646 (patch)
treeb6b35ae8f9b8a98df2c10de2bd22b0dc1af9ae60 /doc
parentf3b82ac4f66a791f6b073c51f4fee803fc4e22e8 (diff)
parentfcdca40c08a8ac77eeda53d649dddbadf06a9051 (diff)
Merge PR #13912: Refactor coercionops
Reviewed-by: gares
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/07-vernac-commands-and-options/13912-remove-bijint.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/07-vernac-commands-and-options/13912-remove-bijint.rst b/doc/changelog/07-vernac-commands-and-options/13912-remove-bijint.rst
new file mode 100644
index 0000000000..99efda3a5b
--- /dev/null
+++ b/doc/changelog/07-vernac-commands-and-options/13912-remove-bijint.rst
@@ -0,0 +1,5 @@
+- **Changed:**
+ The printing order of :cmd:`Print Classes` and :cmd:`Print Graph`, due to the
+ changes for the internal tables of coercion classes and coercion paths.
+ (`#13912 <https://github.com/coq/coq/pull/13912>`_,
+ by Kazuhiko Sakaguchi).