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.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/smol_str/CHANGELOG.md b/lib/smol_str/CHANGELOG.md
index 4aa25fa134..6327275d07 100644
--- a/lib/smol_str/CHANGELOG.md
+++ b/lib/smol_str/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+## 0.3.6 - 2026-03-04
+- Fix the `borsh` feature.
+
## 0.3.5 - 2026-01-08
- Optimise `SmolStr::clone` 4-5x speedup inline, 0.5x heap (slow down).