aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorFrédéric Besson2020-05-14 15:58:23 +0200
committerBESSON Frederic2020-10-20 10:02:09 +0200
commita2f5cc26baca0db087a677196f186ac2f75aa484 (patch)
tree6ef295ca9f22cd0a62ee101b82a7e61b9be08533 /doc/changelog
parent48319ad16a7bff94c3bcfabb37181daa55b568c4 (diff)
[zify] Add support for Int63.int
Update doc/sphinx/addendum/micromega.rst Co-authored-by: Jason Gross <jasongross9@gmail.com> Update theories/micromega/ZifyInt63.v Co-authored-by: Jason Gross <jasongross9@gmail.com>
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/04-tactics/12648-zify-int63.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/12648-zify-int63.rst b/doc/changelog/04-tactics/12648-zify-int63.rst
new file mode 100644
index 0000000000..ec7a1273e4
--- /dev/null
+++ b/doc/changelog/04-tactics/12648-zify-int63.rst
@@ -0,0 +1,3 @@
+- **Added:**
+ The :tacn:`zify` tactic provides support for primitive integers (module :g:`ZifyInt63`).
+ (`#12648 <https://github.com/coq/coq/pull/12648>`_, by Frédéric Besson).