aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Herbelin2020-02-28 23:08:05 +0100
committerHugo Herbelin2020-02-28 23:08:05 +0100
commit7c1d1a58697486f4f52ac7f45b932d03a7e77e5c (patch)
treece4a5f8cbd17e9dcaed5202b43d946b8a6e1e52d /doc
parentc2d7fbe834031a45e3be4c5cdf93694e109131e9 (diff)
parent7462ca3189ceff514bdb919ae7f2908d0f0c0518 (diff)
Merge PR #10008: CoqIDE: Fix not escaping coqtop arguments when compiling
Ack-by: ejgallego Ack-by: gares Ack-by: herbelin
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/09-coqide/10008-snyke7+escape_spaces.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/09-coqide/10008-snyke7+escape_spaces.rst b/doc/changelog/09-coqide/10008-snyke7+escape_spaces.rst
new file mode 100644
index 0000000000..99b1592fb3
--- /dev/null
+++ b/doc/changelog/09-coqide/10008-snyke7+escape_spaces.rst
@@ -0,0 +1,4 @@
+- **Fixed:**
+ Fix file paths containing spaces when compiling
+ (`#10008 <https://github.com/coq/coq/pull/10008>`_,
+ by snyke7, fixing `#11595 <https://github.com/coq/coq/pull/11595>`_).