Skip to content

Commit 4a25cbe

Browse files
committed
Add CHANGELOG.md
1 parent 91e9581 commit 4a25cbe

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)