1.10.0
Deprecations
This release deprecates and renames the following functions:
Builder::from_rfc4122_timestamp
->Builder::from_gregorian_timestamp
Builder::from_sorted_rfc4122_timestamp
->Builder::from_sorted_gregorian_timestamp
Timestamp::from_rfc4122
->Timestamp::from_gregorian
Timestamp::to_rfc4122
->Timestamp::to_gregorian
What's Changed
- Use const identifier in uuid macro by @Vrajs16 in #764
- Rename most methods referring to RFC4122 by @Mikopet / @KodrAus in #765
- prepare for 1.10.0 release by @KodrAus in #766
New Contributors
Full Changelog: 1.9.1...1.10.0