Fix pymemcache release note python package name

The name is pymemcache not pymemcached.

Change-Id: I98bee7f4f485f35dfd3fe49bf66cfe0a8702e5e2
This commit is contained in:
Jonathan Rosser 2020-03-05 10:42:05 +00:00
parent 8a8248d764
commit 9a7e70f397
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
---
fixes:
- |
Switch from python-memcached to pymemcached for memcache_pool.
Switch from python-memcached to pymemcache for memcache_pool.
This avoids issues with thread.local usage and fixes errors
seen with inheritance. This is only applicable with dogpile.cache
memcached backend.