diff options
| author | Jason Gross | 2020-03-29 22:22:28 -0400 |
|---|---|---|
| committer | GitHub | 2020-03-29 22:22:28 -0400 |
| commit | 50a55c0c6eac87a6aaf281dba9b2bc5b0359b09d (patch) | |
| tree | 5abf814992f25c5b4e676cff93fad2721f2b6a06 | |
| parent | 568a48aa8c90b504029cc95480d81b5bd17b63ef (diff) | |
Update 11909-fix-≡-level.rst
| -rw-r--r-- | doc/changelog/10-standard-library/11909-fix-≡-level.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/changelog/10-standard-library/11909-fix-≡-level.rst b/doc/changelog/10-standard-library/11909-fix-≡-level.rst index 0b66be60e7..96551be537 100644 --- a/doc/changelog/10-standard-library/11909-fix-≡-level.rst +++ b/doc/changelog/10-standard-library/11909-fix-≡-level.rst @@ -1,5 +1,7 @@ - **Changed:** The level of :g:`≡` in ``Coq.Numbers.Cyclic.Int63.Int63`` is now 70, - no associativity, in line with :g:`=` (fixes `#11905 + no associativity, in line with :g:`=`. Note that this is a minor + incompatibility with developments that declare their own :g:`≡` + notation and import ``Int63`` (fixes `#11905 <https://github.com/coq/coq/issues/11905>`_, `#11909 <https://github.com/coq/coq/pull/11909>`_, by Jason Gross). |
