aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKazuhiko Sakaguchi2020-02-21 01:08:44 +0900
committerKazuhiko Sakaguchi2020-02-21 01:08:44 +0900
commit935101ee1375ed930e993d0e76f2325ade562506 (patch)
treef382650e4fd0f3127ca12d46a40b880317a86b7e /doc
parent21551b37cfa25657cf51179ad60e9ead455390f0 (diff)
parente57b2e19bbd9e5ab13f16e06ec9fbcff89a5e80c (diff)
Merge PR #11329: Fixing #11114: anomaly with Extraction Implicit on records.
Reviewed-by: pi8027
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/12-misc/11329-master+fix11114-extraction-anomaly-implicit-record.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/12-misc/11329-master+fix11114-extraction-anomaly-implicit-record.rst b/doc/changelog/12-misc/11329-master+fix11114-extraction-anomaly-implicit-record.rst
new file mode 100644
index 0000000000..0a686dd87d
--- /dev/null
+++ b/doc/changelog/12-misc/11329-master+fix11114-extraction-anomaly-implicit-record.rst
@@ -0,0 +1,4 @@
+- **Fixed:**
+ :cmd:`Extraction Implicit` on the constructor of a record was leading to an anomaly
+ (`#11329 <https://github.com/coq/coq/pull/11329>`_,
+ by Hugo Herbelin, fixes `#11114 <https://github.com/coq/coq/pull/11114>`_).