From df8a0d89ce676a70f06bfe258e3e944a3c7d84be Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Tue, 28 Apr 2015 19:05:36 +0200 Subject: [PATCH] Forgot to mention the import logic changes in the Changelog for 0.9.0. --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fec0ff7b..13c218d6 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,8 @@ Changelog 0.9.0 (2015-04-10) ++++++++++++++++++ +- The import logic has been rewritten to look more like Python's. There is now + an ``Evaluator.modules`` import cache, which resembles ``sys.modules``. - Integrated the parser of 2to3. This will make refactoring possible. It will also be possible to check for error messages (like compiling an AST would give) in the future.