aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/changelog/05-tactic-language/13914-ltac2-cast-fun-return.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/05-tactic-language/13914-ltac2-cast-fun-return.rst b/doc/changelog/05-tactic-language/13914-ltac2-cast-fun-return.rst
new file mode 100644
index 0000000000..5ecc5934eb
--- /dev/null
+++ b/doc/changelog/05-tactic-language/13914-ltac2-cast-fun-return.rst
@@ -0,0 +1,5 @@
+- **Added:**
+ Allow the presence of type casts for function return values, let bindings and
+ global definitions in Ltac2
+ (`#13914 <https://github.com/coq/coq/pull/13914>`_,
+ by Pierre-Marie Pédrot).