Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Apr 11, 2018
1 parent 464dec6 commit cb5b17c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ this would be very tricky.

A site with the links to the [API docs](http://phax.github.io/jcodemodel/) etc. is available.

## News and noteworthy
# News and noteworthy

* v3.0.2 - work in progress
* v3.0.2 - 2018-04-11
* Fixed method resolution using direct class references (issue #58)
* Added some additional `JInvocation.arg...` sanity methods
* Enum constant argument list is now accessible
* v3.0.1 - 2017-10-25
* Added explicit support for invoking `super` - thx to @heruan for pointing this out
* Added possibility to create a lambda reference from an invocation (issue #56 and PR #57 from @heruan)
Expand Down Expand Up @@ -85,7 +86,7 @@ Add the following to your pom.xml to use this artifact:
<dependency>
<groupId>com.helger</groupId>
<artifactId>jcodemodel</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
```

Expand Down

0 comments on commit cb5b17c

Please sign in to comment.