aboutsummaryrefslogtreecommitdiff
path: root/doc/changelog
diff options
context:
space:
mode:
authorFrédéric Besson2019-09-17 18:09:06 +0200
committerFrédéric Besson2019-10-03 14:31:13 +0200
commit65b89a6b06b5ff2e26883800702cda19d2d980df (patch)
tree1c740c10f52d7ad08eb448eb093e42c0510f7c95 /doc/changelog
parent92a55bf800a34b5ec283ce0419cde98f3312c9b8 (diff)
Improved handling of micromega caches
- Specialised hash and equality functions. Avoid collisions in extreme scenarios. - Flags to disable the use of the caches. fixes #10772
Diffstat (limited to 'doc/changelog')
-rw-r--r--doc/changelog/04-tactics/10765-micromega-caches.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/changelog/04-tactics/10765-micromega-caches.rst b/doc/changelog/04-tactics/10765-micromega-caches.rst
new file mode 100644
index 0000000000..8436b66ec0
--- /dev/null
+++ b/doc/changelog/04-tactics/10765-micromega-caches.rst
@@ -0,0 +1,3 @@
+- Introduction of flags :flag:`Lia Cache`, :flag:`Nia Cache` and :flag:`Nra Cache`.
+ (see `#10772 <https://github.com/coq/coq/issues/10772>`_ for use case)
+(`#10765 <https://github.com/coq/coq/pull/10765>`_ fixes `#10772 <https://github.com/coq/coq/issues/10772>`_ , by Frédéric Besson).