From 8ba31253566a8a92df5eaefba236289b7031fa8c Mon Sep 17 00:00:00 2001 From: Jon Parise Date: Thu, 2 Jan 2020 13:43:34 -0800 Subject: Start the version 3.0.0 release process (#265) This code is in good shape for our next major release so this just updates the changelog and package version. --- ChangeLog.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'ChangeLog.rst') diff --git a/ChangeLog.rst b/ChangeLog.rst index 69702d6..715e65a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,20 +1,20 @@ Changelog ========= -New in version 3.0.0 (unreleased) ---------------------------------- - -* Validate integer inputs for ``expire``, ``delay``, ``incr``, ``decr``, and - ``memlimit`` -- non-integer values now raise ``MemcacheIllegalInputError`` - +New in version 3.0.0 +-------------------- * The serialization API has been reworked. Instead of consuming a serializer and deserializer as separate arguments, client objects now expect an argument - `serde` to be an object which implements `serialize` and `deserialize` - as methods. (`serialize` and `deserialize` are still supported but considered - deprecated) - + ``serde`` to be an object which implements ``serialize`` and ``deserialize`` + as methods. (``serialize`` and ``deserialize`` are still supported but + considered deprecated.) +* Validate integer inputs for ``expire``, ``delay``, ``incr``, ``decr``, and + ``memlimit`` -- non-integer values now raise ``MemcacheIllegalInputError`` * Validate inputs for ``cas`` -- values which are not integers or strings of 0-9 now raise ``MemcacheIllegalInputError`` +* Add ``prepend`` and ``append`` support to ``MockMemcacheClient``. +* Add the ``touch`` method to ``HashClient``. +* Added official support for Python 3.8. New in version 2.2.2 -------------------- -- cgit v1.2.1