aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorMichael Soegtrop2021-03-23 21:52:04 +0100
committerMichael Soegtrop2021-03-23 21:52:04 +0100
commitfa2ba1571cbd791c3b1acd87adeacd0aa4bd6e88 (patch)
tree02838cbe413809dacc416d0e71102aac9f37ae1c /doc/changelog
parent285d5e03a230af7b327cba0b7720217ede664761 (diff)
parentaba594ca194390bb00f8ef60ef8a5eef6694fc07 (diff)
Merge PR #13914: Allow the presence of type casts for return values in Ltac2.
Reviewed-by: MSoegtropIMC Reviewed-by: Zimmi48
Diffstat (limited to 'doc/changelog')
-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).