Add change note for post import hook registration bug. #54

This commit is contained in:
Graham Dumpleton
2015-12-05 08:44:23 +11:00
parent 1f06026ea0
commit d021e9f237

View File

@@ -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
--------------