Add trivial news snippet

callable_key_maybe_open_context
Tyler Goodlet 2022-10-08 14:31:29 -04:00
parent 44b59f3338
commit b892bc74f6
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Add ``key: Callable[..., Hashable]`` support to ``.trionics.maybe_open_context()``
Gives users finer grained control over cache hit behaviour using
a callable which receives the input ``kwargs: dict``.