summaryrefslogtreecommitdiff
path: root/ChangeLog.rst
diff options
context:
space:
mode:
authorINADA Naoki <songofacandy@gmail.com>2019-02-04 12:08:07 +0900
committerINADA Naoki <songofacandy@gmail.com>2019-02-04 12:08:07 +0900
commit381c2eff5f8ee0b8669fd6daf1fd1ecaffe7c931 (patch)
treef13ce522b99b35f906892a2536fb99d975e979c7 /ChangeLog.rst
parent8f513af999d4abd39d632fcc8732225a658268ee (diff)
downloadmsgpack-python-381c2eff5f8ee0b8669fd6daf1fd1ecaffe7c931.tar.gz
Fix changelog.
Fixes #343
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 2c988db..727ca9a 100644
--- a/ChangeLog.rst
+++ b/ChangeLog.rst
@@ -3,7 +3,7 @@
Release Date: 2019-01-25
-This release is for mitigating pain caused by v0.6.1 reduced max input limits
+This release is for mitigating pain caused by v0.6.0 reduced max input limits
for security reason.
* ``unpackb(data)`` configures ``max_*_len`` options from ``len(data)``,