diff options
| author | Jon Parise <jon@pinterest.com> | 2022-02-26 18:21:31 -0800 |
|---|---|---|
| committer | Jon Parise <jon@pinterest.com> | 2022-02-26 18:21:31 -0800 |
| commit | 14882f99b9cc1223ccaa4763f90415c6322bd1f2 (patch) | |
| tree | 24fb8a5391f0f7d15a17a0f3120773db93aa5295 | |
| parent | 869a121944d9a3bedc7bf5da8e963a6ee304701e (diff) | |
| download | pymemcache-14882f99b9cc1223ccaa4763f90415c6322bd1f2.tar.gz | |
Update the changelog with the 3.5.1 release
| -rw-r--r-- | ChangeLog.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst index cc448d9..55dbe0c 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,10 +1,11 @@ Changelog ========= -Unreleased ----------- +New in version 3.5.1 +-------------------- * ``Client.get`` returns the default when using ``ignore_exc`` and if memcached is unavailable +* Added ``noreply`` support to ``HashClient.flush_all``. New in version 3.5.0 -------------------- |
