Skip to content

Commit 88e57b9

Browse files
authored
Minor changelog typos (#1014)
1 parent 56d2b50 commit 88e57b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ of `Json {}` builder
5151
* `Json.encodeToDynamic` extension is added as a counterpart to `Json.decodeFromDynamic` (former `DynamicObjectParser`) (#116)
5252

5353
* Other API changes:
54-
* `JsonInput` and `JsonOutput` are renamed to `JsonEncoder` and `JsonDecoder`
54+
* `JsonInput` and `JsonOutput` are renamed to `JsonDecoder` and `JsonEncoder`
5555
* Methods in `JsonTransformingSerializer` are renamed to `transformSerialize` and `transformDeserialize`
5656
* `JsonParametricSerializer` is renamed to `JsonContentPolymorphicSerializer`
5757
* `JsonEncodingException` and `JsonDecodingException` are made internal
@@ -64,7 +64,7 @@ of `Json {}` builder
6464

6565
* The new naming scheme for `SerialFormats`
6666
* Core functions in `StringFormat` and `BinaryFormat` are renamed and now follow the same naming scheme
67-
* `stringify`/`parse` are renamed to `encodeToString`/`decodeToString`
67+
* `stringify`/`parse` are renamed to `encodeToString`/`decodeFromString`
6868
* `encodeToByteArray`/`encodeToHexString`/`decodeFromByteArray`/`decodeFromHexString` in `BinaryFormat` are introduced instead of `dump`/`dumps`/`load`/`loads`
6969

7070
* New format instances building convention

0 commit comments

Comments
 (0)