Skip to content

Commit adfcfa3

Browse files
Update release notes
1 parent dd0e5ca commit adfcfa3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASE-NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# 0.20.0
22

3+
## 0.20.0-alpha.1
4+
5+
### Breaking changes
36
- Extended the `Config` concept into the `Engine` abstraction, allowing the user to pick different encoding / decoding implementations.
47
- What was formerly the only algorithm is now the `FastPortable` engine, so named because it's portable (works on any CPU) and relatively fast.
58
- This opens the door to a portable constant-time implementation ([#153](https://github.com/marshallpierce/rust-base64/pull/153), presumably `ConstantTimePortable`?) for security-sensitive applications that need side-channel resistance, and CPU-specific SIMD implementations for more speed.

0 commit comments

Comments
 (0)