Skip to content

Commit

Permalink
update changelog for 2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcreekmore committed Mar 21, 2023
1 parent e406a99 commit 5abff5c
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
# 2.0

- Add no\_std support
- Bump MSRV to 1.67
- Refactor API to prevent direct modification and access of elements and to
allow access to the optional rfc1421-described headers.

# 1.1.1
- Allow PEM files to be parsed with the optional rfc1421-described headers
(although you cannot retrieve the headers)

# 1.1.0
- Add optional serde support

# 1.0.2
- Remove dependency on Regex in favor of a hand-rolled parser

# 1.0.1

- hide the ASCII_ARMOR symbol to work around a linking issue with 32-bit windows builds
- hide the ASCII\_ARMOR symbol to work around a linking issue with 32-bit windows builds

# 1.0

Expand Down

0 comments on commit 5abff5c

Please sign in to comment.