summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-12-05 13:25:34 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-12-05 13:25:34 +0200
commitcf052851cab3176fc6442114cbdc8194b24b5b2e (patch)
tree80f8e86b479cf9a87f344054fcac70183f519551 /ChangeLog
parent9c21c9d3846b50d8fa4e612ed695b53dd43520dd (diff)
downloadastroid-cf052851cab3176fc6442114cbdc8194b24b5b2e.tar.gz
assigned_stmts methods have the same signature from now on.
They used to have different signatures and each one made assumptions about what could be passed to other implementations, leading to various possible crashes when one or more arguments weren't given. Closes issue #277.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bda1bca..5e2b17b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,21 @@
Change log for the astroid package (used to be astng)
=====================================================
+
* Revert to using printf-style formatting in as_string, in order
to avoid a potential problem with encodings when using .format.
Closes issue #273. Patch by notsqrt.
+ * assigned_stmts methods have the same signature from now on.
+
+ They used to have different signatures and each one made
+ assumptions about what could be passed to other implementations,
+ leading to various possible crashes when one or more arguments
+ weren't given. Closes issue #277.
+
+
+2015-11-29 -- 1.4.1
+
* Add support for handling Uninferable nodes when calling as_string
Some object, for instance List or Tuple can have, after inference,