Fixed typo

Fixed typo
This commit is contained in:
Shiyao Qi 2017-01-22 18:00:33 +08:00 committed by GitHub
parent 08c7bffba0
commit 614e735992
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ _2015-10-04_
## Version 2.3.1
__2014-11-20_
_2014-11-20_
* Added support to serialize objects with self-referential fields. The self-referential field is set to null in JSON. Previous version of Gson threw a StackOverflowException on encountering any self-referential fields.
* The most visible impact of this is that Gson can now serialize Throwable (Exception and Error)