From 49d20352e0cf39a8f1ea6cadf1a7c3bf4b35d886 Mon Sep 17 00:00:00 2001 From: crusaderky Date: Fri, 6 Jan 2023 13:56:17 +0000 Subject: [PATCH] Changelog --- doc/source/changelog.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 511d99f..5c4e163 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -12,6 +12,16 @@ Changelog (:pr:`78`) `Guido Imperiale`_ - ``LMDB`` now uses memory-mapped I/O on MacOSX and is usable on Windows. (:pr:`78`) `Guido Imperiale`_ +- Support for shared memory IPC: + - ``LRU.evict()`` can now manually evict specific keys, overriding priority + - ``Buffer`` has gained the option to preserve keys in ``slow`` when they are + moved back to ``fast`` + - New method ``File.link()``, which acquires a file-based key from another source + (e.g. a different memory-mapped File object) + - ``File`` never reuses filenames in order to avoid race conditions with other File + objects calling ``link`` + + (:pr:`80`) `Guido Imperiale`_ 2.2.0 - 2022-04-28