From 0c39f0be2ffc5c6f150c4657a486918c7ada84b9 Mon Sep 17 00:00:00 2001 From: Vincent Semeria Date: Fri, 7 Aug 2020 22:44:17 +0200 Subject: Put cyclic numbers in sort Set instead of Type Added user overlay for bignums --- doc/changelog/10-standard-library/12801-cyclic-set.rst | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/changelog/10-standard-library/12801-cyclic-set.rst (limited to 'doc') 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 `_, + by Vincent Semeria). -- cgit v1.2.3