15
0

- Update to 3.1.1:

* Document how to use shared caches with @cachedmethod.
  * Fix pickling/unpickling of cache keys

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cachetools?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2019-09-13 11:09:56 +00:00
committed by Git OBS Bridge
parent a5cb3c231f
commit 13f667fb1c
4 changed files with 11 additions and 7 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Sep 13 11:08:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 3.1.1:
* Document how to use shared caches with @cachedmethod.
* Fix pickling/unpickling of cache keys
-------------------------------------------------------------------
Wed Feb 27 18:17:13 UTC 2019 - Thomas Bechtold <tbechtold@suse.com>