From 71572e63cd2f3f43b662021abcaa8dffd4056d97 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 4 Aug 2018 00:49:45 +0200 Subject: [PATCH] Note that Python 3.3 support was dropped in Changelog --- CHANGELOG.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8069a1c6..bdc503a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,9 +3,11 @@ Changelog --------- -0.12.2 () +0.13.0 () +++++++++++++++++++ +- Remove Python 3.3 support. Python 3.3 support has been dropped by the Python + foundation. - Added ``include_builtins`` as a parameter to usages. - ``goto_assignments`` has a new ``follow_builtin_imports`` parameter that changes the previous behavior slightly.