Skip to content

Commit

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

0 comments on commit 49d2035

Please sign in to comment.