Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Mar 15, 2023
1 parent 39fbdf0 commit f6219e6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f6219e6

Please sign in to comment.