From ace99a658643c657f55d1e3a2cfb252db014bac0 Mon Sep 17 00:00:00 2001 From: Alexis Date: Fri, 25 Oct 2024 17:26:17 +0200 Subject: [PATCH] Add changelog entry --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9e98a2f..310bff6 100644 --- a/README.md +++ b/README.md @@ -26,3 +26,11 @@ asn1 = { version = "0.18", default-features = false } [deps-rs-link]: https://deps.rs/repo/github/alex/rust-asn1 [docs-rs-image]: https://docs.rs/asn1/badge.svg [docs-rs-link]: https://docs.rs/asn1/ + +## Changelog + +### [0.19.0] + +#### :rotating_light: Breaking changes + +- The behavior of `GeneralizedTime` has changed. It now accepts fractional seconds which were previously rejected as invalid values. To fallback to the previous behavior, use `X509GeneralizedTime`. ( [492](https://github.com/alex/rust-asn1/pull/492) )