Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Apr 28, 2016
2 parents 352d698 + 54e78be commit 9198ac3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion byte-buddy-android-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-parent</artifactId>
<!-- The version number is not updated by the release plugin as this artifact is not released! -->
<version>1.3.1-SNAPSHOT</version>
<version>1.3.18-SNAPSHOT</version>
</parent>

<artifactId>byte-buddy-android-test</artifactId>
Expand Down
5 changes: 5 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Byte Buddy release notes
------------------------

### 25. April 2016: version 1.3.18

- The Owner type of a parameterized type created by a `TypePool` is no longer parameterized for a static inner type.
- The receiver type of a constructor is no longer considered parameterized for a static inner type.

### 23. April 2016: version 1.3.17

- Removed overvalidation of default values for non-static fields.
Expand Down

0 comments on commit 9198ac3

Please sign in to comment.