Skip to content

Commit

Permalink
reformat changelog notes
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanKepner committed Jan 26, 2019
1 parent 079925e commit e5ac46b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ not guaranteed while under development.
0.4.0
-----

- Added new mutation support for :code:`AugAssign` in AST.
- This includes mutations for :code:`+= -= *= /=`.
- Added new mutation for support of :code:`Index` substitution in lists e.g. take a positive
number like :code:`i[1]` and mutate to zero and a negative number e.g. :code:`i[-1] i[0]`.
- Added new compare mutation support for:
1. :code:`AugAssign` in AST e.g. :code:`+= -= *= /=`.
2. :code:`Index` substitution in lists e.g. take a positive number like :code:`i[1]` and
mutate to zero and a negative number e.g. :code:`i[-1] i[0]`.

- Added a :code:`desc` attribute to :code:`transformers.MutationOpSet` that is used in the
cli help display.
- Updated the cli help display to show the description and valid members.
Expand Down

0 comments on commit e5ac46b

Please sign in to comment.