summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7f9e7d11..53359eb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -9,6 +9,12 @@ Release Date: Unknown
* String representation of nodes takes in account precedence and associativity rules of operators.
+ * Fix loading files with `modutils.load_from_module` when
+ the path that contains it in `sys.path` is a symlink and
+ the file is contained in a symlinked folder.
+
+ Close #583
+
* Reworking of the numpy brain dealing with numerictypes
(use of inspect module to determine the class hierarchy of
numpy.core.numerictypes module)