diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-11-22 16:34:41 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-11-22 16:34:41 -0500 |
| commit | e0706bc707ea6a8be86cee9fde21971cde3d7a42 (patch) | |
| tree | 4f99c54a00ca88c87ea4e57ccbf2f644fc9c4bbe /CHANGES.md | |
| parent | a529e344c07a064de1391c1a4bf354fe1a95707d (diff) | |
Bugfix for infinite loop in text.replace("", ...) with empty string
Diffstat (limited to 'CHANGES.md')
| -rw-r--r-- | CHANGES.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ - `&` references failed to propagate when accessing fields like `foo.baz.method()` when `foo` is a `&Foo` and `baz.method()` takes a `&Baz`. - Optional paths no longer fail to compile when you check them for `none`. + - Text replacement no longer infinitely loops when given an empty text to replace. ## v0.3 |
