Skip to content

Commit 2c51c71

Browse files
committed
release 3.8.5
1 parent 4bc8af7 commit 2c51c71

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

RELEASE.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ http://code.google.com/p/java-reflection/
44
RELEASE NOTES Java Reflection
55

66

7-
v3.8.1 - v3.8.4
7+
v3.8.1 - v3.8.5
88

9+
- Added support for same-type converters
910
- Performance update: implemented cache for generateComptibleSignatureLists
1011
- Fixed Incompatible type exception if a number is outside of Byte or Short range
1112
- Incompatible type exceptions are now gathered in case a conversion ultimately failed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>java-reflection</artifactId>
88
<packaging>jar</packaging>
99
<name>Java Reflection</name>
10-
<version>3.8.5-SNAPSHOT</version>
10+
<version>3.8.6-SNAPSHOT</version>
1111
<description>Java Reflection provides a small package with nifty reflection features that will help with finding constructors, methods and value conversions</description>
1212
<url>http:///github.com/bbottema/java-reflection</url>
1313

0 commit comments

Comments
 (0)