aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThéo Zimmermann2020-11-12 11:49:36 +0100
committerThéo Zimmermann2020-11-12 16:09:25 +0100
commit8ed2d808b2c9caf022b5e22bb43f2ca6876ebd1b (patch)
tree0ac7d787b40cbb2eb9f5219c44b15320e6e4ea8b /doc
parent403a9057b41ed3a8d069175a5834a88442e47f66 (diff)
Add changelog entry for Proof using in -noinit mode.
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/07-commands-and-options/13339-proof-using-noinit.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/07-commands-and-options/13339-proof-using-noinit.rst b/doc/changelog/07-commands-and-options/13339-proof-using-noinit.rst
new file mode 100644
index 0000000000..9ae759be56
--- /dev/null
+++ b/doc/changelog/07-commands-and-options/13339-proof-using-noinit.rst
@@ -0,0 +1,5 @@
+- **Added:**
+ The :cmd:`Proof using` command can now be used without loading the
+ Ltac plugin (`-noinit` mode)
+ (`#13339 <https://github.com/coq/coq/pull/13339>`_,
+ by Théo Zimmermann).