Unnamed repository; edit this file 'description' to name the repository.
Add CHANGELOG.md
Lukas Wirth 2024-09-03
parent 6db8eda · commit 5e0ab10
-rw-r--r--lib/smol_str/CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/smol_str/CHANGELOG.md b/lib/smol_str/CHANGELOG.md
new file mode 100644
index 0000000000..82e66e1ed4
--- /dev/null
+++ b/lib/smol_str/CHANGELOG.md
@@ -0,0 +1,14 @@
+# Changelog
+
+## 0.3.1 - 2024-09-04
+
+- Fix `SmolStrBuilder` leaking implementation details
+
+## 0.3.0 - 2024-09-04
+
+- Removed deprecated `SmolStr::new_inline_from_ascii` function
+- Removed `SmolStr::to_string` in favor of `ToString::to_string`
+- Added `impl AsRef<[u8]> for SmolStr` impl
+- Added `impl AsRef<OsStr> for SmolStr` impl
+- Added `impl AsRef<Path> for SmolStr` impl
+- Added `SmolStrBuilder`