diff --git a/doc/source/changelog.rst b/doc/source/changelog.rst index 9c1cbce..57307c2 100644 --- a/doc/source/changelog.rst +++ b/doc/source/changelog.rst @@ -15,6 +15,17 @@ Changelog (:pr:`78`) `Guido Imperiale`_ - The library is now partially thread-safe. (:pr:`82`) `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