Skip to content

Commit ace99a6

Browse files
committed
Add changelog entry
1 parent 15ac7ea commit ace99a6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,11 @@ asn1 = { version = "0.18", default-features = false }
2626
[deps-rs-link]: https://deps.rs/repo/github/alex/rust-asn1
2727
[docs-rs-image]: https://docs.rs/asn1/badge.svg
2828
[docs-rs-link]: https://docs.rs/asn1/
29+
30+
## Changelog
31+
32+
### [0.19.0]
33+
34+
#### :rotating_light: Breaking changes
35+
36+
- 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) )

0 commit comments

Comments
 (0)