Gson 2.5 changelog

This commit is contained in:
inder123 2015-11-24 11:58:02 -08:00
parent a16afd035a
commit cd164202c5
1 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,14 @@
Change Log
==========
## Version 2.4.0
## Version 2.5
_2015-11-24_
* Updated minimum JDK version to 1.6
* Improved Date Deserialization by accepting many date formats
* Added support for `java.util.Currency`, `AtomicLong`, `AtomicLongArray`, `AtomicInteger`, `AtomicIntegerArray`, `AtomicBoolean`
* Improved debugging information when some exceptions are thrown
## Version 2.4
_2015-10-04_