Skip to content

Commit

Permalink
[doc] update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
Psycojoker committed Jan 14, 2016
1 parent 1381b41 commit fed771f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Changelog
0.6 (unreleased)
----------------

- BIG improvement on the proxy list merging algorithm, it is not perfect yet (comments aren't handled yet) but it's really a big move forward
- new helper method .to_python that wrap ast.literal_eval on compatibile nodes https://redbaron.readthedocs.org/en/latest/other.html#to-python
- breaking: IntNode no longer return an int on .value but a .string instead, use .to_python to have an evaluated version
- fix node.decrease_indentation (that was simply not working)
Expand Down

0 comments on commit fed771f

Please sign in to comment.