From 5ce8e2cbd8d324ed5e0447f133137ccacc9f6614 Mon Sep 17 00:00:00 2001 From: Leonid Startsev Date: Thu, 23 Sep 2021 20:03:35 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 674191db1..d62e2eb02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,3 @@ - 1.3.0 / 2021-09-23 ================== @@ -9,6 +8,7 @@ It uses Kotlin 1.5.31 by default. * Promote JsonConfiguration and its usages to stable (#1690) * Remove opt-in annotations from SerialFormat, StringFormat, BinaryFormat (#1688) + * Correctly throw SerializationException instead of IOOBE for some cases with EOF in streams (#1677) * CBOR: ignore tags when reading (#1614) (thanks to [David Robertson](https://github.com/DavidJRobertson)) 1.3.0-RC / 2021-09-06