summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index fb8b628..69702d6 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -13,6 +13,9 @@ New in version 3.0.0 (unreleased)
as methods. (`serialize` and `deserialize` are still supported but considered
deprecated)
+* Validate inputs for ``cas`` -- values which are not integers or strings of
+ 0-9 now raise ``MemcacheIllegalInputError``
+
New in version 2.2.2
--------------------
* Fix ``long_description`` string in Python packaging.