mirror of
https://github.com/fankes/moshi.git
synced 2025-12-12 23:21:01 +08:00
Update changelog for 1.9.1.
This commit is contained in:
11
CHANGELOG.md
11
CHANGELOG.md
@@ -1,6 +1,17 @@
|
||||
Change Log
|
||||
==========
|
||||
|
||||
## Version 1.9.1
|
||||
|
||||
_2019-10-30_
|
||||
|
||||
* Fix: Generate code to support constructors with more than 32 parameters. The 1.9.0 release had
|
||||
a regression where classes with 33+ parameters would crash upon decoding.
|
||||
* Fix: Generate code to support more constructor cases, such as classes with non-property
|
||||
parameters and classes with multiple constructors.
|
||||
* Fix: Generate code to handle type aliases in type parameters.
|
||||
|
||||
|
||||
## Version 1.9.0
|
||||
|
||||
_2019-10-29_
|
||||
|
||||
Reference in New Issue
Block a user