chore: update Releases.md (#5579)

This commit is contained in:
Yoshiya Hinosawa 2024-07-30 14:29:58 +09:00 committed by GitHub
parent 906a1fdd85
commit b66ffc1787
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -83,6 +83,7 @@
#### @std/text 1.0.1 (patch)
- feat(text/unstable): add toConstantCase() (#5110)
- fix(text): unicode support and word splitting according to case (#5447)
- perf(text): make `levenshteinDistance()` up to 147x faster (#5527)
- test(text): add more testcases for `levenshteinDistance` (#5528)