summaryrefslogtreecommitdiffstats
path: root/changelog.rst
diff options
context:
space:
mode:
author赖信涛 <laixintao@users.noreply.github.com>2020-01-16 14:45:16 +0800
committerIrina Truong <i.chernyavska@gmail.com>2020-01-15 22:45:16 -0800
commit8fe316e5376738880c9cf4013f37ff357f428e19 (patch)
tree6f0e8d2efebadc27a4ad0273d3dab6809bf238db /changelog.rst
parent77a361966a6cbe73ba153710f10f32cc27d167f5 (diff)
Drop Python 3.4 support (#1141)
* remove python3.4 support. Python 3.4 has reached end-of-life. https://www.python.org/downloads/release/python-340/ * drop maximun version of pytest * update changelog * add laixintao to contributors, delete py34 from tox
Diffstat (limited to 'changelog.rst')
-rw-r--r--changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/changelog.rst b/changelog.rst
index 991139be..68d8c1b6 100644
--- a/changelog.rst
+++ b/changelog.rst
@@ -14,8 +14,10 @@ Bug fixes:
Internal:
---------
+* Drop Python3.4 support. (Thanks: `laixintao`_)
* Fix dead link in development guide. (Thanks: `BrownShibaDog`_)
+
2.2.0:
======
@@ -1028,3 +1030,4 @@ Improvements:
.. _`Pedro Ferrari`: https://github.com/petobens
.. _`BrownShibaDog`: https://github.com/BrownShibaDog
.. _`thegeorgeous`: https://github.com/thegeorgeous
+.. _`laixintao`: https://github.com/laixintao