diff options
Diffstat (limited to 'vendor/base64/RELEASE-NOTES.md')
-rw-r--r-- | vendor/base64/RELEASE-NOTES.md | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/vendor/base64/RELEASE-NOTES.md b/vendor/base64/RELEASE-NOTES.md index 4fcaddab3..485d979ca 100644 --- a/vendor/base64/RELEASE-NOTES.md +++ b/vendor/base64/RELEASE-NOTES.md @@ -1,8 +1,20 @@ -# 0.21.0 +# 0.21.2 + +- Rollback MSRV to 1.57.0 -- only dev dependencies need 1.60, not the main code + +# 0.21.1 + +- Remove the possibility of panicking during decoded length calculations +- `DecoderReader` no longer sometimes erroneously ignores padding [#226](https://github.com/marshallpierce/rust-base64/issues/226) -(not yet released) +## Breaking changes + +- `Engine.internal_decode` return type changed +- Update MSRV to 1.60.0 +# 0.21.0 + ## Migration ### Functions |