Skip to content

Commit

Permalink
Update changelog for 1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
swankjesse committed May 13, 2017
1 parent ca12c7b commit 7931dbd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,15 @@
Change Log
==========

JavaPoet 1.9.0 *(2017-05-13)*
-----------------------------

* Fix: Don't emit incorrect code when the declared type's signature references another type with
the same simple name.
* Fix: Support anonymous inner classes in `ClassName.get()`.
* New: `MethodSpec.Builder.addNamedCode()` and `TypeSpec.anonymousClassBuilder(CodeBlock)`.


JavaPoet 1.8.0 *(2016-11-09)*
-----------------------------

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -837,12 +837,12 @@ Download [the latest .jar][dl] or depend via Maven:
<dependency>
<groupId>com.squareup</groupId>
<artifactId>javapoet</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>
```
or Gradle:
```groovy
compile 'com.squareup:javapoet:1.8.0'
compile 'com.squareup:javapoet:1.9.0'
```

Snapshots of the development version are available in [Sonatype's `snapshots` repository][snap].
Expand Down

0 comments on commit 7931dbd

Please sign in to comment.