From 2d4f8c977311ff72123066ce67e770d0618a2e58 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Bryon?= Date: Tue, 25 Feb 2014 00:57:07 +0100 Subject: [PATCH] Refs #46 - Updated changelog. --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 89f37c9..9a74610 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -8,6 +8,8 @@ future releases, check `milestones`_ and :doc:`/about/vision`. 1.6 (unreleased) ---------------- +- Feature #46: introduced support for Python>=3.3. + - Feature #74: the Makefile in project's repository no longer creates a virtualenv. Developers setup the environment as they like, i.e. using virtualenv, virtualenvwrapper or whatever. Tests are run with tox.