aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-03-17 16:22:05 +0100
committerGaëtan Gilbert2020-03-17 16:22:05 +0100
commit5a2990d7a3a90f0c0554c8132b0b692ce13a5a02 (patch)
tree45348b07d54ba9fbfe1255205b235f68bbf9e99e /doc
parent901cbfab468efa868e3838c2009ac09978ee661a (diff)
parentb62a6df9907169f47a72ee78ebe088c68932dd93 (diff)
Merge PR #11811: Remove a positivity check when Positivity Checking is off
Reviewed-by: SkySkimmer
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/01-kernel/11811-uncheck_positivity_bug.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/11811-uncheck_positivity_bug.rst b/doc/changelog/01-kernel/11811-uncheck_positivity_bug.rst
new file mode 100644
index 0000000000..c08ebb7f25
--- /dev/null
+++ b/doc/changelog/01-kernel/11811-uncheck_positivity_bug.rst
@@ -0,0 +1,4 @@
+- **Fixed:**
+ Allow more inductive types in `Unset Positivity Checking` mode
+ (`#11811 <https://github.com/coq/coq/pull/11811>`_,
+ by SimonBoulier).