aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Herbelin2020-05-14 07:35:59 +0200
committerHugo Herbelin2020-05-14 07:45:23 +0200
commit6b793e6b39b60cef8c3163cb6cd240e5a0ecbfc5 (patch)
tree8bdb3a11e75bb66afab0fcb77602df544e01e0f3
parent6a85fd439ed9051d0ae87fe134d223ccd1bd94ae (diff)
Add changelog for #12323.
-rw-r--r--doc/changelog/02-specification-language/12323-master+fix12322-anomaly-implicit-binder-factorization.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/02-specification-language/12323-master+fix12322-anomaly-implicit-binder-factorization.rst b/doc/changelog/02-specification-language/12323-master+fix12322-anomaly-implicit-binder-factorization.rst
new file mode 100644
index 0000000000..e5ec865b15
--- /dev/null
+++ b/doc/changelog/02-specification-language/12323-master+fix12322-anomaly-implicit-binder-factorization.rst
@@ -0,0 +1,4 @@
+- **Fixed:**
+ Anomaly possibly raised when printing binders with implicit types
+ (`#12323 <https://github.com/coq/coq/pull/12323>`_,
+ by Hugo Herbelin; fixes `#12322 <https://github.com/coq/coq/pull/12322>`_).