aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-05-08 12:27:13 +0200
committerPierre-Marie Pédrot2020-05-08 12:27:13 +0200
commit979090a08c49a745add3a373d784a9742142e787 (patch)
tree86787e623bdb2fc8244a02175ea4d9d0c8dfee65 /doc
parent8c13e5b6fe8ddb6bb78bfbe47a9ec190ec377872 (diff)
parentfc2bd56377205f9cc3ff52dd335fd338670fe13b (diff)
Merge PR #12068: Coqide completion: tentative fix for #11943
Reviewed-by: ppedrot
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/09-coqide/12068-master+coqide-completion-no-matched.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/09-coqide/12068-master+coqide-completion-no-matched.rst b/doc/changelog/09-coqide/12068-master+coqide-completion-no-matched.rst
new file mode 100644
index 0000000000..dbb4bdecab
--- /dev/null
+++ b/doc/changelog/09-coqide/12068-master+coqide-completion-no-matched.rst
@@ -0,0 +1,5 @@
+- **Fixed:**
+ New patch presumably fixing the random Coq 8.11 segfault issue with CoqIDE completion
+ (`#12068 <https://github.com/coq/coq/pull/12068>`_,
+ by Hugo Herbelin, presumably fixing
+ `#11943 <https://github.com/coq/coq/pull/11943>`_).