aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVincent Laporte2020-04-30 18:01:41 +0200
committerVincent Laporte2020-04-30 18:01:41 +0200
commit8287516a003d97852e57e9dc64cde812aec0f10f (patch)
tree183b341456eb3877f2e9b50ce0996be962469b27 /doc
parentebf2619804184065604f801891850e8de3c146be (diff)
parent5d514890669296e5d25a342c15aa930595f3af10 (diff)
Merge PR #12213: [zify] add support for Nat.le, Nat.lt and Nat.eq
Reviewed-by: vbgl
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/12213-zify-Nat.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/12213-zify-Nat.rst b/doc/changelog/04-tactics/12213-zify-Nat.rst
new file mode 100644
index 0000000000..8b744cd193
--- /dev/null
+++ b/doc/changelog/04-tactics/12213-zify-Nat.rst
@@ -0,0 +1,3 @@
+- **Added:**
+ The :tacn:`zify` tactic is now aware of `Nat.le`, `Nat.lt` and `Nat.eq`
+ (`#12213 <https://github.com/coq/coq/pull/12213>`_, by Frédéric Besson; fixes `#12210 <https://github.com/coq/coq/issues/12210>`_).