aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPierre Roux2021-01-18 12:15:40 +0100
committerPierre Roux2021-01-18 12:15:40 +0100
commit7df37822980666c51109205dca8df99f3b81c4fb (patch)
tree020f3573fd83c6f33971a38d3a69915ebf41f523 /doc
parentf724ed1e270eb48060a510ff99219227c342ad6c (diff)
Add changelog
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/04-tactics/13699-fix13579.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/13699-fix13579.rst b/doc/changelog/04-tactics/13699-fix13579.rst
new file mode 100644
index 0000000000..9cf62fb595
--- /dev/null
+++ b/doc/changelog/04-tactics/13699-fix13579.rst
@@ -0,0 +1,6 @@
+- **Fixed:**
+ :tacn:`simpl` and :tacn:`hnf` now reduce primitive functions
+ on primitive integers, floats and arrays
+ (`#13699 <https://github.com/coq/coq/pull/13699>`_,
+ fixes `#13579 <https://github.com/coq/coq/issues/13579>`_,
+ by Pierre Roux).