Skip to content

Commit

Permalink
Changes -> changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jhalterman committed Feb 6, 2016
1 parent bec4306 commit 3c24f44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions CHANGES.md → CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
# 0.4.4
## 0.4.4

* Fixed issue #11 - Disabling the cache breaks type resolution.

# 0.4.3
## 0.4.3

### Bug Fixes

* Detect constant pool offsets when resolving lambdas for 1.8.0_60+ JREs.

# 0.4.2
## 0.4.2

### Bug Fixes

* Added stricter checking for lambda/1.8 support.

# 0.4.1
## 0.4.1

### New Features

* Added support for resolving instance method reference type arguments. Fixes issue #5.
* Added OSGi support. From pull request #6.

# 0.4.0
## 0.4.0

### New Features

* Added support for resolving lambda expression type arguments.

# 0.3.1
## 0.3.1

### New Features

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,4 +152,4 @@ JavaDocs are available [here](https://jhalterman.github.com/typetools/javadoc).

## License

Copyright 2010-2015 Jonathan Halterman - Released under the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).
Copyright 2010-2016 Jonathan Halterman - Released under the [Apache 2.0 license](http://www.apache.org/licenses/LICENSE-2.0.html).

0 comments on commit 3c24f44

Please sign in to comment.