From 541b53964c9e3fca06bb9d564c658cd49ec35da9 Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Wed, 30 Oct 2019 23:34:36 -0400 Subject: [PATCH] Add abstract function note to 1.9.1 changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a25b1..80789dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Change Log _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 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