File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -3,12 +3,22 @@ category = "fix"
33description = " Fix amf0 deserialization to abide by better deserialization standards"
44authors = [" @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 ]]
717category = " feat"
818description = " Add an Amf0Value deserializer"
919authors = [" @philipch07" , " @TroyKomodo" ]
1020
11- [[scuffle-util- bytes ]]
21+ [[scuffle-bytes-util ]]
1222category = " feat"
13- description = " Add an `IntoDeserializer` implementation for ` StringCow`"
23+ description = " Add an `IntoDeserializer` implementation for a `& StringCow`"
1424authors = [" @TroyKomodo" ]
You can’t perform that action at this time.
0 commit comments