aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog/05-tactic-language/13920-ltac2-ind-api.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/changelog/05-tactic-language/13920-ltac2-ind-api.rst')
-rw-r--r--doc/changelog/05-tactic-language/13920-ltac2-ind-api.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/05-tactic-language/13920-ltac2-ind-api.rst b/doc/changelog/05-tactic-language/13920-ltac2-ind-api.rst
new file mode 100644
index 0000000000..32499957be
--- /dev/null
+++ b/doc/changelog/05-tactic-language/13920-ltac2-ind-api.rst
@@ -0,0 +1,5 @@
+- **Added:**
+ Added the Ltac2 API `Ltac2.Ind` for manipulating inductive types
+ (`#13920 <https://github.com/coq/coq/pull/13920>`_,
+ fixes `#10095 <https://github.com/coq/coq/issues/10095>`_,
+ by Pierre-Marie Pédrot).