Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
f
  • Loading branch information
crusaderky committed Jan 15, 2023
1 parent 6afbb71 commit 35af824
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 @@ -12,6 +12,17 @@ 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
Expand Down

0 comments on commit 35af824

Please sign in to comment.