serde-yaml v0.8.12 Release Notes

Release Date: 2020-05-10 // almost 4 years ago
    • ➕ Add serde_yaml::mapping module containing Mapping's various iterator types: Iter, IterMut, IntoIter
    • 🛠 Fix deserialization of certain strings incorrectly as NaN or infinity; only .nan and .inf and -.inf are YAML's permitted representations for NaN and infinity