Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'lib/smol_str/CHANGELOG.md')
| -rw-r--r-- | lib/smol_str/CHANGELOG.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/smol_str/CHANGELOG.md b/lib/smol_str/CHANGELOG.md index c1346a28a4..41f1377430 100644 --- a/lib/smol_str/CHANGELOG.md +++ b/lib/smol_str/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.3.2 - 2024-10-23 + +- Fix `SmolStrBuilder::push` incorrectly padding null bytes when spilling onto the heap on a + multibyte character push + ## 0.3.1 - 2024-09-04 - Fix `SmolStrBuilder` leaking implementation details |