Skip to content

Commit

Permalink
Update CHANGES
Browse files Browse the repository at this point in the history
  • Loading branch information
gforcada committed Nov 27, 2016
1 parent aaab466 commit eb3d7c5
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions CHANGES.rst
Expand Up @@ -5,21 +5,30 @@ Changelog

1.0 (unreleased)
----------------
- Remove tox and use plain travis matrix to test.
[gforcada]

- Nothing changed yet.
- Test on python 2.7, python 3.5, pypy and pypy3.
[gforcada]

- Require flake8 3.0.
[gforcada]

- Use ast to analyze the code.
The regular expression used so far was mostly a hit or miss,
with each corner case making it even more difficult to read.
The new checker with ast is simple, elegant and so much easy to read.
[gforcada]

0.6 (2016-10-29)
----------------

- Handle edge case when a single or double quoted string
has another pair of quotes inside ('lala "lu" la') with
some % symbol inside as well.
[gforcada]

0.5 (2016-10-26)
----------------

- Add all possible string formatters.
[gforcada]

Expand Down

0 comments on commit eb3d7c5

Please sign in to comment.