aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFrédéric Besson2019-09-24 15:30:13 +0200
committerFrédéric Besson2019-09-24 15:30:13 +0200
commit092fa59dd892ea99ee17cae03da9dffe5ab3007f (patch)
tree559a5d11ff9ce849619564f2e03ee4e0e7d006bf /doc
parent90553b5ca20f2acc9803baf0cf487eb34b6c8f12 (diff)
parente7b83e2a07fffaba0b19c62ef1a02c40d6ef603a (diff)
Merge PR #10774: Make `zify` does work for `Z.to_N`
Reviewed-by: Zimmi48 Reviewed-by: fajb
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/10774-zify-Z_to_N.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/10774-zify-Z_to_N.rst b/doc/changelog/04-tactics/10774-zify-Z_to_N.rst
new file mode 100644
index 0000000000..ed46cb101e
--- /dev/null
+++ b/doc/changelog/04-tactics/10774-zify-Z_to_N.rst
@@ -0,0 +1,3 @@
+- The :tacn:`zify` tactic is now aware of `Z.to_N`.
+ (`#10774 <https://github.com/coq/coq/pull/10774>`_ fixes
+ `#9162 <https://github.com/coq/coq/issues/9162>`_, by Kazuhiko Sakaguchi).