From b892bc74f6ef8a9f0b37b1d472a7c0b7427407fe Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sat, 8 Oct 2022 14:31:29 -0400 Subject: [PATCH] Add trivial news snippet --- nooz/336.trivial.rst | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 nooz/336.trivial.rst diff --git a/nooz/336.trivial.rst b/nooz/336.trivial.rst new file mode 100644 index 0000000..63b5c19 --- /dev/null +++ b/nooz/336.trivial.rst @@ -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``.