aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoqbot-app[bot]2021-02-20 21:30:58 +0000
committerGitHub2021-02-20 21:30:58 +0000
commitd65aeab7a4a8f6348011c43bf19a8d839a580695 (patch)
treeab0a213eb6186aae8ed638a6fd5a3d44b553520a /doc
parenta2938972537389b9813794147412f51494f48dd1 (diff)
parent0d47e2ce47961d328912e4379080aa92f140b5fd (diff)
Merge PR #13874: add changelog for #13867 (Fix missing arities of VM opcodes)
Reviewed-by: jfehrle
Diffstat (limited to 'doc')
-rw-r--r--doc/changelog/01-kernel/13867-changelog-for-13867.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/changelog/01-kernel/13867-changelog-for-13867.rst b/doc/changelog/01-kernel/13867-changelog-for-13867.rst
new file mode 100644
index 0000000000..37e44b41c7
--- /dev/null
+++ b/doc/changelog/01-kernel/13867-changelog-for-13867.rst
@@ -0,0 +1,5 @@
+- **Fixed:**
+ Fix arities of VM opcodes for some floating-point operations
+ that could cause memory corruption
+ (`#13867 <https://github.com/coq/coq/pull/13867>`_,
+ by Guillaume Melquiond).