Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Mar 1, 2017
1 parent 34f2638 commit 40c82c6
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions readme/Changelog.scalatex
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
@import scalafix.Readme._

@sect{Changelog}
@sect{0.3.1}
@ul
@li
Fixed a bug in organize imports when there was no import in the
original source file.
@li
Patch.apply and OrganizeImports no longer accept a redundant @code{tree: Tree} argument, the
@code{ctx} already contains the tree.
@li
Xor2Either is disabled by default now, it was enabled by default
causing the @code{scalafix} command to slow down significantly.
Rewrites using @code{scala.meta.Mirror} should not experience a
slowdown.
@li
Added new @code{Rename(from: Name, to: Name)} tree patch that's
accesible via the scalafix-library.
@sect{0.3.0}
@ul
@li
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.3.1-SNAPSHOT"
version in ThisBuild := "0.3.1"

0 comments on commit 40c82c6

Please sign in to comment.