diff options
| author | Vincent Semeria | 2020-08-07 22:44:17 +0200 |
|---|---|---|
| committer | Vincent Semeria | 2020-08-24 19:37:51 +0200 |
| commit | 0c39f0be2ffc5c6f150c4657a486918c7ada84b9 (patch) | |
| tree | 068862ff2faba06010add695f7544eeed2cb06aa /doc | |
| parent | 700aaaacad67d5d5f47805d9aa817213c84cfc02 (diff) | |
Put cyclic numbers in sort Set instead of Type
Added user overlay for bignums
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/changelog/10-standard-library/12801-cyclic-set.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/10-standard-library/12801-cyclic-set.rst b/doc/changelog/10-standard-library/12801-cyclic-set.rst new file mode 100644 index 0000000000..9a07d78144 --- /dev/null +++ b/doc/changelog/10-standard-library/12801-cyclic-set.rst @@ -0,0 +1,5 @@ +- **Changed:** + Change the sort of cyclic numbers from Type to Set. For backward compatibility, a dynamic sort was defined in the 3 packages bignums, coqprime and color. + See for example commit 6f62bda in bignums. + (`#12801 <https://github.com/coq/coq/pull/12801>`_, + by Vincent Semeria). |
