Sourced from serde_yaml's releases.
0.9.21
- Make
Tag::newpanic if given empty string, since YAML has no syntax for an empty tag0.9.20
- Allow an empty YAML document to deserialize to
NoneorValue::Null, in addition to the previously supported empty vector, empty map, and struct with no required fields
8057fad Release 0.9.2119a7bd3 Merge pull request https://github.com/facebook/flipper/issues/371 from dtolnay/emptytagebb4b7a Fix deserialization of tag !<%21>879a57f Factor out conversion function from libyaml Tag to tag stringe3b9a02 Merge pull request https://github.com/facebook/flipper/issues/370 from dtolnay/emptytagef43549 Treat Tag::new("!") as tag %21, instead of empty tag221154c Merge pull request https://github.com/facebook/flipper/issues/369 from dtolnay/emptytag39a866c Reuse Tag visitor in Value's Deserialize impl80e53a5 Merge pull request https://github.com/facebook/flipper/issues/368 from dtolnay/emptytagf668f71 Preserve location information better when parsing invalid tag