summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2019-01-02 10:15:13 -0800
committerGitHub <noreply@github.com>2019-01-02 10:15:13 -0800
commitcd21d18e499571e8aa21920800590157adf03ce0 (patch)
tree94c6b098a2bcbc6dcce4885fc634ddcfbaa36ef2 /ChangeLog.rst
parent53271356843f754be6d7666f882ff10e525ad12d (diff)
downloadpymemcache-cd21d18e499571e8aa21920800590157adf03ce0.tar.gz
Add UNIX domain socket support (#206)
The client's `server` argument can now be a string containing the path to the memcached server's UNIX domain socket. Also document all of the connection-oriented client parameters.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index 25bfc82..b986bc0 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -6,6 +6,8 @@ New in version 2.1.0
* Public classes and exceptions can now be imported from the top-level
``pymemcache`` package (e.g. ``pymemcache.Client``).
`#197 <https://github.com/pinterest/pymemcache/pull/197>`_
+* Add UNIX domain socket support and document server connection options.
+ `#206 <https://github.com/pinterest/pymemcache/pull/206>`_
New in version 2.0.0
--------------------