--------------------
* Change set_many and set_multi api return value. `179 <https://github.com/pinterest/pymemcache/pull/179>`_
* Fix support for newbytes from python-future. `187 <https://github.com/pinterest/pymemcache/pull/187>`_
* Add support for Python 3.7, and drop support for Python 3.3
* Properly batch Client.set_many() call. `182 <https://github.com/pinterest/pymemcache/pull/182>`_
* Improve _check_key() and _store_cmd() performance. `183 <https://github.com/pinterest/pymemcache/pull/183>`_
* Properly batch Client.delete_many() call. `184 <https://github.com/pinterest/pymemcache/pull/184>`_
* Add option to explicitly set pickle version used by serde. `190 <https://github.com/pinterest/pymemcache/pull/190>`_