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.md17
1 files changed, 11 insertions, 6 deletions
diff --git a/lib/smol_str/CHANGELOG.md b/lib/smol_str/CHANGELOG.md
index 82e66e1ed4..c1346a28a4 100644
--- a/lib/smol_str/CHANGELOG.md
+++ b/lib/smol_str/CHANGELOG.md
@@ -6,9 +6,14 @@
## 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`
+- Remove deprecated `SmolStr::new_inline_from_ascii` function
+- Remove `SmolStr::to_string` in favor of `ToString::to_string`
+- Add `impl AsRef<[u8]> for SmolStr` impl
+- Add `impl AsRef<OsStr> for SmolStr` impl
+- Add `impl AsRef<Path> for SmolStr` impl
+- Add `SmolStrBuilder`
+
+## 0.2.2 - 2024-05-14
+
+- Add `StrExt` trait providing `to_lowercase_smolstr`, `replace_smolstr` and similar
+- Add `PartialEq` optimization for `ptr_eq`-able representations