From 6f8e9ea522125942c95faaa90244a6339397a119 Mon Sep 17 00:00:00 2001 From: Victor Turansky Date: Sun, 9 Jun 2024 22:09:42 +0300 Subject: [PATCH] Changelog. Kotlin `2.0.0` and `@JsPlainObject` support --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a21683d1c085..382462b50eb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## pre.756 + +* Kotlin `2.0.0` +* Real `@JsPlainObject` + * With factory methods + * With `copy` method + ## pre.755 * `JsContextFunction` - function with `this` access