update changes file for attribute fix
This commit is contained in:
parent
333a46f07d
commit
f19fd513ea
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue