From d021e9f2375145dd9aab75d4524bebd2870fc3cc Mon Sep 17 00:00:00 2001 From: Graham Dumpleton Date: Sat, 5 Dec 2015 08:44:23 +1100 Subject: [PATCH] Add change note for post import hook registration bug. #54 --- docs/changes.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/changes.rst b/docs/changes.rst index 3273d21..ed88337 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -1,6 +1,15 @@ Release Notes ============= +Version 1.10.6 +-------------- + +**Bugs Fixed** + +* Registration of post import hook would fail with an exception if +registered after another import hook for the same target module had been +registered and the target module also imported. + Version 1.10.5 --------------