Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Sep 3, 2024
1 parent 91e9581 commit 4a25cbe
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`

0 comments on commit 4a25cbe

Please sign in to comment.