add release note before major version update

Change-Id: I1ffe194f9edfffac07c9c78f9691e999f2e61246
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2020-07-10 14:19:16 -04:00
parent d5297167e0
commit 5eb3ef2de3
No known key found for this signature in database
GPG Key ID: 3B6D06A0C428437A

View File

@ -0,0 +1,15 @@
---
features:
- |
Adds a caching layer. The cache is a single JSON file created
automatically in the user's home directory. It stores the parsed
text data from all of the metadata input files in a file with a
name based on the hash of the contents and `sys.path`, ensuring
uniqueness for applications installed into different virtual
environments.
upgrade:
- |
The type of the entry point objects returned has changed from
`pkg_resources.EntryPoint` to `importlib.metadata.EntryPoint`. The
new objects still have a `load()` method, but some of the other
APIs are different.