Skip to content

Commit f93c6b7

Browse files
committed
Preparing 3.13.0
1 parent 6dc3183 commit f93c6b7

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,15 @@ through multiple converters if a direct one is not available. It contains many b
1515
<dependency>
1616
<groupId>com.github.bbottema</groupId>
1717
<artifactId>java-reflection</artifactId>
18-
<version>3.12.0</version>
18+
<version>3.13.0</version>
1919
</dependency>
2020
```
2121

22+
v3.13.0 (17-November-2019)
23+
24+
- Added converter support for String to Date yyyy-MM-dd[ HH:mm]
25+
26+
2227
v3.12.0 (4-November-2019)
2328

2429
- For simple class lookups, In addition to java.lang, also try the packages java.util and java.math

RELEASE.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ https://github.com/bbottema/java-reflection
44
RELEASE NOTES Java Reflection
55

66

7+
v3.13.0 (17-November-2019)
8+
9+
- Added converter support for String to Date yyyy-MM-dd[ HH:mm]
10+
11+
712
v3.12.0 (4-November-2019)
813

914
- For simple class lookups, In addition to java.lang, also try the packages java.util and java.math

0 commit comments

Comments
 (0)