Skip to content

Commit

Permalink
added info to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
evant committed Feb 5, 2016
1 parent 5e0f52a commit 33d2e81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 3.2.5
- Bumped default retrolambda version to `2.1.0`
- If the commandline parameters are over a certain limit, they will be written to files. This should
prevent failures on projects with large classpaths or when a huge number of incremental changes
happen.

#### 3.2.4
- Bumped default retrolambda version to `2.0.6`.

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Usage
}
dependencies {
classpath 'me.tatarka:gradle-retrolambda:3.2.4'
classpath 'me.tatarka:gradle-retrolambda:3.2.5'
}
}
Expand All @@ -39,7 +39,7 @@ Usage
alternatively, you can use the new plugin syntax for gradle `2.1+`
```groovy
plugins {
id "me.tatarka.retrolambda" version "3.2.4"
id "me.tatarka.retrolambda" version "3.2.5"
}
```

Expand Down

0 comments on commit 33d2e81

Please sign in to comment.