aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorJason Gross2020-03-25 11:51:27 -0400
committerJason Gross2020-03-25 11:56:34 -0400
commit568a48aa8c90b504029cc95480d81b5bd17b63ef (patch)
treeb466be1eb97889b17e3edbd643700f5b231e80e9 /doc/changelog
parent6a84a302a54ffb9ae687f870c797e161a08280be (diff)
Make the level of ≡ in Int63 consistent with =
Fixes #11905
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/10-standard-library/11909-fix-≡-level.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/11909-fix-≡-level.rst b/doc/changelog/10-standard-library/11909-fix-≡-level.rst
new file mode 100644
index 0000000000..0b66be60e7
--- /dev/null
+++ b/doc/changelog/10-standard-library/11909-fix-≡-level.rst
@@ -0,0 +1,5 @@
+- **Changed:**
+ The level of :g:`≡` in ``Coq.Numbers.Cyclic.Int63.Int63`` is now 70,
+ no associativity, in line with :g:`=` (fixes `#11905
+ <https://github.com/coq/coq/issues/11905>`_, `#11909
+ <https://github.com/coq/coq/pull/11909>`_, by Jason Gross).