aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2020-11-05 15:10:00 +0000
committerGitHub2020-11-05 15:10:00 +0000
commitb95c38d3d28a59da7ff7474ece0cb42623497b7d (patch)
tree8342e6563797e36c9d707ff96ca6fa887e35c7a4 /doc
parent812e2fd7a62386f8128d4039f8d949486927e554 (diff)
parent77959d97ba4c4cfeac77736fe880ad334c1986bc (diff)
Merge PR #13301: Fixes #13298: Search applied to primitive projections needs a correct typing environment
Reviewed-by: SkySkimmer
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/07-commands-and-options/13301-master+fix13298-bad-env-search-primitive-projections.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/07-commands-and-options/13301-master+fix13298-bad-env-search-primitive-projections.rst b/doc/changelog/07-commands-and-options/13301-master+fix13298-bad-env-search-primitive-projections.rst
new file mode 100644
index 0000000000..97ea1b9aa9
--- /dev/null
+++ b/doc/changelog/07-commands-and-options/13301-master+fix13298-bad-env-search-primitive-projections.rst
@@ -0,0 +1,5 @@
+- **Fixed:**
+ Failures of :cmd:`Search` in the presence of primitive projections
+ (`#13301 <https://github.com/coq/coq/pull/13301>`_,
+ fixes `#13298 <https://github.com/coq/coq/issues/13298>`_,
+ by Hugo Herbelin).