summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLeonid Startsev <sandwwraith@gmail.com>2021-09-23 20:03:35 +0300
committerLeonid Startsev <sandwwraith@gmail.com>2021-09-23 20:03:35 +0300
commit5ce8e2cbd8d324ed5e0447f133137ccacc9f6614 (patch)
tree74c5671cd3d3d739f91df7eeb775df857329c9d7 /CHANGELOG.md
parent4276aa18ecd5ea4d3a9c4ad38ce5efad40b6b74f (diff)
downloadkotlinx.serialization-5ce8e2cbd8d324ed5e0447f133137ccacc9f6614.tar.gz
Update changelogupstream/v1.3.0
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 674191db..d62e2eb0 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