aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorHugo Herbelin2019-12-07 11:20:09 +0100
committerHugo Herbelin2019-12-09 17:21:10 +0100
commit58682be3e6302845d2e3be583c6368510034d767 (patch)
treeefbfc8a95b8b7ce797572183ec7d94374df737ba /doc
parent756d2f4db5eae51c8c01a40550b8c4553bd30f53 (diff)
Fixes #11254 (not requiring coqlib to be set to report about coqtop version).
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/08-tools/11255-master+fix11254-coqtop-version.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/changelog/08-tools/11255-master+fix11254-coqtop-version.rst b/doc/changelog/08-tools/11255-master+fix11254-coqtop-version.rst
new file mode 100644
index 0000000000..ecc134748d
--- /dev/null
+++ b/doc/changelog/08-tools/11255-master+fix11254-coqtop-version.rst
@@ -0,0 +1,4 @@
+- **Fixed:**
+ ``coqtop --version`` was broken when called in the middle of an installation process
+ (`#11255 <https://github.com/coq/coq/pull/11255>`_, by Hugo Herbelin, fixing
+ `#11254 <https://github.com/coq/coq/pull/11254>`_).