1 parent e888360 commit e4c383dCopy full SHA for e4c383d
1 file changed
CHANGELOG.md
@@ -1,8 +1,19 @@
1
# Changelog
2
3
## [Unreleased]
4
+
5
+## [0.4.0] - 2025-09-06
6
### Added
-- Base64 and Base32 encoding/decoding utilities with secure_buffer overloads.
7
+- Base32 (RFC 4648), Base64, and Base36 encoding/decoding utilities.
8
+- `secure_buffer<T>` zeroizing container and helpers (page locking, secret_string).
9
+- Expanded HOTP/TOTP test coverage.
10
11
+### Changed
12
+- CMake install exports new headers.
13
+- README updated.
14
15
+### Notes
16
+- Breaking changes: none (public API only extended).
17
18
## [0.3.0] - 2025-09-05
19
0 commit comments