aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-10-21 14:41:53 +0200
committerPierre-Marie Pédrot2020-11-04 17:53:02 +0100
commit2559f0474c8cd66b5020524d1e758ea7a19bc8fb (patch)
treef18d993b9dcfd9a4c816befa8cf1e7cbaa7858bf /doc/changelog
parentf661944a302a024f1120212c21c093a7dae67642 (diff)
Document the syntax addition.
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/05-tactic-language/13232-ltac2-if-then-else.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/05-tactic-language/13232-ltac2-if-then-else.rst b/doc/changelog/05-tactic-language/13232-ltac2-if-then-else.rst
new file mode 100644
index 0000000000..d105561a23
--- /dev/null
+++ b/doc/changelog/05-tactic-language/13232-ltac2-if-then-else.rst
@@ -0,0 +1,5 @@
+- **Added:**
+ An if-then-else syntax to Ltac2
+ (`#13232 <https://github.com/coq/coq/pull/13232>`_,
+ fixes `#10110 <https://github.com/coq/coq/issues/10110>`_,
+ by Pierre-Marie Pédrot).