Add abstract function note to 1.9.1 changelog

This commit is contained in:
Zac Sweers
2019-10-30 23:34:36 -04:00
committed by GitHub
parent 878e9a86d6
commit 541b53964c

View File

@@ -5,6 +5,7 @@ Change Log
_2019-10-30_ _2019-10-30_
* Fix: "abstract function ... cannot have code" code gen crash when parsing Kotlin metadata.
* Fix: Generate code to support constructors with more than 32 parameters. The 1.9.0 release had * 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. 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 * Fix: Generate code to support more constructor cases, such as classes with non-property