summaryrefslogtreecommitdiff
path: root/CHANGES.current
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2016-04-02 18:04:25 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2016-04-02 18:04:25 +0100
commitf19fd513eac3ad62f3be2978f6a2f42d6a75ddf0 (patch)
treedb9f32468946aa7c6105fbc959a1a252f926c01d /CHANGES.current
parent333a46f07d68517f565b77c0d5817aa8029db99a (diff)
downloadswig-f19fd513eac3ad62f3be2978f6a2f42d6a75ddf0.tar.gz
update changes file for attribute fix
Diffstat (limited to 'CHANGES.current')
-rw-r--r--CHANGES.current7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.current b/CHANGES.current
index e114acd09..24c329ebe 100644
--- a/CHANGES.current
+++ b/CHANGES.current
@@ -5,6 +5,13 @@ See the RELEASENOTES file for a summary of changes in each release.
Version 3.0.9 (in progress)
===========================
+2016-04-02: ahnolds
+ [Python] Apply #598. Fix misleading error message when attempting to read a non-existent
+ attribute. The previous cryptic error message:
+ AttributeError: type object 'object' has no attribute '__getattr__'
+ is now replaced with one mentioning the attribute name, eg:
+ AttributeError: 'Foo' object has no attribute 'bar'
+
2016-01-12: olly
[Javascript] Look for "nodejs" as well as "node", as it's packaged
as the former on Debian.