aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Laporte2020-06-22 10:16:56 +0200
committerVincent Laporte2020-06-22 11:13:24 +0200
commit518d92d33bcd94cb1b448ab60de146b1814b76fb (patch)
tree48d1a651d28a9c2307f89ad7b0ab61155e3cacf5 /doc
parent95dc2953c8b4e685c5e9f01b5baca8964ff158d6 (diff)
CoqIDE: accept to open files with invalid names
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/09-coqide/12562-coqide-lax-filename.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/09-coqide/12562-coqide-lax-filename.rst b/doc/changelog/09-coqide/12562-coqide-lax-filename.rst
new file mode 100644
index 0000000000..ef3160dd99
--- /dev/null
+++ b/doc/changelog/09-coqide/12562-coqide-lax-filename.rst
@@ -0,0 +1,4 @@
+- **Fixed:** CoqIDE no longer exits when trying to open a file whose name is not a valid identifier
+ (`#12562 <https://github.com/coq/coq/pull/12562>`_,
+ fixes `#10988 <https://github.com/coq/coq/issues/10988>`_,
+ by Vincent Laporte).