Skip to content

Commit 872c169

Browse files
committed
fix + update changelog
1 parent 26cee53 commit 872c169

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

changes.d/pr-441.toml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,22 @@ category = "fix"
33
description = "Fix amf0 deserialization to abide by better deserialization standards"
44
authors = ["@philipch07", "@TroyKomodo"]
55

6+
[[scuffle-amf0]]
7+
category = "fix"
8+
description = "Fix `Amf0Object` to be represented by a BTreeMap instead of a hashmap to guarantee consistency when iterating through the map"
9+
authors = ["@TroyKomodo"]
10+
11+
[[scuffle-amf0]]
12+
category = "fix"
13+
description = "Fix `Amf0Array` to be represented by a vec instead of a cow which is more appropriate for the type"
14+
authors = ["@TroyKomodo"]
15+
616
[[scuffle-amf0]]
717
category = "feat"
818
description = "Add an Amf0Value deserializer"
919
authors = ["@philipch07", "@TroyKomodo"]
1020

11-
[[scuffle-util-bytes]]
21+
[[scuffle-bytes-util]]
1222
category = "feat"
13-
description = "Add an `IntoDeserializer` implementation for `StringCow`"
23+
description = "Add an `IntoDeserializer` implementation for a `&StringCow`"
1424
authors = ["@TroyKomodo"]

0 commit comments

Comments
 (0)