summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaudiu Popa <pcmanticore@gmail.com>2015-12-01 18:54:53 +0200
committerClaudiu Popa <pcmanticore@gmail.com>2015-12-01 18:54:53 +0200
commit7e252f10fc101d51dcea588db885ec205fdc4f8d (patch)
treef69e0a4c22e20a786222a431a8a010f8057d3c93
parent2466e41279a9c54228df79baff694b38438b620d (diff)
downloadastroid-7e252f10fc101d51dcea588db885ec205fdc4f8d.tar.gz
Don't forget to give credit to the original author.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0da0bcf..bda1bca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,7 +3,7 @@ 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.
+ Closes issue #273. Patch by notsqrt.
* Add support for handling Uninferable nodes when calling as_string