summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorCharles Gordon <charles@pinterest.com>2015-07-24 14:50:34 -0700
committerCharles Gordon <charles@pinterest.com>2015-07-24 14:50:34 -0700
commita1ce29cf474bc411fa367917c3d600897ae80c7d (patch)
tree188a061002afc3cdcbff0e07acd2e0b6f81de029 /ChangeLog.rst
parent4a8c3fdd2c32c92097f7947ff624abc774b300ae (diff)
downloadpymemcache-a1ce29cf474bc411fa367917c3d600897ae80c7d.tar.gz
Fixing a warning in the parsing of README.rst
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index ed7469c..848d902 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,7 +1,7 @@
Change Log
==========
New in version 1.3.0
-----------
+--------------------
* Python 3 Support
* Introduced HashClient that uses consistent hasing for allocating keys
across many memcached nodes. It also can detect servers going down