aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/05-tactic-language
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2021-01-21 14:42:29 +0100
committerPierre-Marie Pédrot2021-01-22 12:51:35 +0100
commit14875457711853bcbf7021fba9490e554324a043 (patch)
tree977860436cfeefba148f5c30e206e84cdb0fc682 /doc/changelog/05-tactic-language
parent56e2c0391dda94b80fab8c8993ea17ea5d807797 (diff)
Add documentation for Ltac2 Printf.
Diffstat (limited to 'doc/changelog/05-tactic-language')
-rw-r--r--doc/changelog/05-tactic-language/13236-ltac2-printf.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/changelog/05-tactic-language/13236-ltac2-printf.rst b/doc/changelog/05-tactic-language/13236-ltac2-printf.rst
new file mode 100644
index 0000000000..02213f22e5
--- /dev/null
+++ b/doc/changelog/05-tactic-language/13236-ltac2-printf.rst
@@ -0,0 +1,7 @@
+- **Added:**
+ Added a ``printf`` macro to Ltac2. It can be made accessible by
+ importing the ``Ltac2.Printf`` module. See the documentation
+ there for more information
+ (`#13236 <https://github.com/coq/coq/pull/13236>`_,
+ fixes `#10108 <https://github.com/coq/coq/issues/10108>`_,
+ by Pierre-Marie Pédrot).