From af60ef9dc90376626d2933d0ded1a3fe57dee6f6 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Mon, 6 Jun 2016 22:27:07 +0100 Subject: [PATCH] Add changes entry for python 2.7 -relativeimport --- CHANGES.current | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.current b/CHANGES.current index 33ace9524..17574c807 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -5,6 +5,10 @@ See the RELEASENOTES file for a summary of changes in each release. Version 3.0.10 (in progress) ============================ +2016-06-06: mromberg + [Python] Patch #698. Add support for -relativeimport for python 2.7, so -py3 is no + longer also required for relative import support. + 2016-06-05: mromberg [Python] Patch #694 - Fix package import regressions introduced in swig-3.0.9.