We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91e9581 commit 4a25cbeCopy full SHA for 4a25cbe
CHANGELOG.md
@@ -0,0 +1,14 @@
1
+# Changelog
2
+
3
+## 0.3.1 - 2024-09-04
4
5
+- Fix `SmolStrBuilder` leaking implementation details
6
7
+## 0.3.0 - 2024-09-04
8
9
+- Removed deprecated `SmolStr::new_inline_from_ascii` function
10
+- Removed `SmolStr::to_string` in favor of `ToString::to_string`
11
+- Added `impl AsRef<[u8]> for SmolStr` impl
12
+- Added `impl AsRef<OsStr> for SmolStr` impl
13
+- Added `impl AsRef<Path> for SmolStr` impl
14
+- Added `SmolStrBuilder`
0 commit comments