What's Changed
- Fix overflow error when deserializing invalid Duration by @5225225 in #465
- Fix panic with invalid system time by @5225225 in #469
- Add fuzzing harness, try to decode into various types by @5225225 in #468
- Switched Decode and BorrowDecode to take &mut D by @VictorKoenders in #470
- Switch Encode to take &mut E by @ZoeyR in #471
- Implemented the newly stabilized CString::from_vec_with_nul method by @VictorKoenders in #473
- Made SerdeDecoder attempt to allocate memory before complaining by @VictorKoenders in #475
- Update documentation by @VictorKoenders in #480
- Moved Configuration::standard() and ::legacy() to the config module by @VictorKoenders in #481
- Feature/improve serde by @VictorKoenders in #477
- made the serde functions consistent with the base bincode functions by @VictorKoenders in #483
- Migration guide by @VictorKoenders in #482
- Release v2.0.0-beta.1 by @VictorKoenders in #484
New Contributors
Full Changelog: v2.0.0-beta.0...v2.0.0-beta.1