summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorJon Parise <jon@pinterest.com>2019-08-06 12:06:21 -0700
committerGitHub <noreply@github.com>2019-08-06 12:06:21 -0700
commit762856daf858360e4bd848fd82040f266bfdb2e2 (patch)
tree98d90106593e1887b702ce66caa877e6423e4198 /ChangeLog.rst
parent7ad74da1c242a735bd805c836f3ddf5830b19a83 (diff)
downloadpymemcache-762856daf858360e4bd848fd82040f266bfdb2e2.tar.gz
Fix long_description string in Python packaging (#249)v2.2.2
When defining `long_description` in setup.cfg using the `file:` directive, we need to keep everything on one line. Otherwise, it will treat the value as a block of literal text.
Diffstat (limited to 'ChangeLog.rst')
-rw-r--r--ChangeLog.rst12
1 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog.rst b/ChangeLog.rst
index c8d6376..1f5a766 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -1,5 +1,9 @@
-Change Log
-==========
+Changelog
+=========
+
+New in version 2.2.2
+--------------------
+* Fix ``long_description`` string in Python packaging.
New in version 2.2.1
--------------------
@@ -72,8 +76,8 @@ New in version 1.4.1
New in version 1.4.0
--------------------
-* Unicode keys support. It is now possible to pass the flag `allow_unicode_keys` when creating the clients, thanks @jogo!
-* Fixed a bug where PooledClient wasn't following `default_noreply` arg set on init, thanks @kols!
+* Unicode keys support. It is now possible to pass the flag ``allow_unicode_keys`` when creating the clients, thanks @jogo!
+* Fixed a bug where PooledClient wasn't following ``default_noreply`` arg set on init, thanks @kols!
* Improved documentation
New in version 1.3.8