aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGaëtan Gilbert2019-06-07 10:54:14 +0200
committerGaëtan Gilbert2020-10-09 11:48:46 +0200
commitf53f84d32dff2820043df92e743234e3fdaa3520 (patch)
tree8f05f195d0d09d2d53621b14523d783084a6cd1b /doc
parentcc3ef68a475140bf7d3ca7a2fd3bc593508eb42c (diff)
Minimize Prop <= i to i := Set
Fix part of #8196, fix #12414 Replaces #9343
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/02-specification-language/10331-minim-prop-toset.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/10331-minim-prop-toset.rst b/doc/changelog/02-specification-language/10331-minim-prop-toset.rst
new file mode 100644
index 0000000000..6c442ca1aa
--- /dev/null
+++ b/doc/changelog/02-specification-language/10331-minim-prop-toset.rst
@@ -0,0 +1,5 @@
+- **Changed:** Heuristics for universe minimization to :g:`Set`: also
+ use constraints ``Prop <= i`` (`#10331
+ <https://github.com/coq/coq/pull/10331>`_, by Gaëtan Gilbert with
+ help from Maxime Dénès and Matthieu Sozeau, fixes `#12414
+ <https://github.com/coq/coq/issues/12414>`_).