serde v1.0.109 Release Notes

Release Date: 2020-05-10 // about 4 years ago
    • 👍 Allow adjacently tagged newtype variants containing Option to omit the content field when deserializing (#1553, #1706, thanks @zth0)
    • Avoid panicking when a SystemTime older than UNIX_EPOCH is serialized (#1702, thanks @hjiayz)