0.3.7: fix b64encode() incorrect padding

This commit is contained in:
Yusur 2025-07-19 14:16:57 +02:00
parent f5030ef25a
commit 678d6ce2bb
6 changed files with 12 additions and 7 deletions

View file

@ -4,6 +4,10 @@
👀
## 0.3.7
- Fixed a bug in `b64decode()` padding handling which made the function inconsistent and non injective. Now, leading `'A'` is NEVER stripped.
## 0.3.6
- Fixed `ConfigValue` behavior with multiple sources. It used to iterate through all the sources, possibly overwriting; now, iteration stops at first non-missing value.