You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,23 @@
1
1
# Changelog
2
2
3
3
4
+
## 0.15.2 - 2026-04-11
5
+
6
+
### Changed
7
+
8
+
-**Python**: Batch methods (`batch_is_match`, `batch_process`, `batch_find_match`) use `PyBackedStr` for zero-copy string handling, avoiding redundant UTF-8 copies across the FFI boundary.
9
+
-**Core**: Replace unsafe `get_unchecked` with safe indexing guarded by `assert_unchecked` hints across scan and pattern modules.
10
+
-**Core**: Add safety assertions for bitset indexing in `DeleteMatcher`.
11
+
-**Core**: Simplify text processing by inlining `replace_cow` functionality.
12
+
-**Core**: Move `has_match` into `ScanState` and remove unused methods.
13
+
-**Tooling**: Trim `cargo-all-features` allowlist to only the `perf` feature.
14
+
15
+
### Documentation
16
+
17
+
- Update all README Quick Start examples to use builder APIs (Python, Java, C) for consistency with Rust.
18
+
- Remove phantom `process_iter` reference from Rust README (method was removed in 0.15.0).
19
+
- Fix formatting in root README architecture diagram.
0 commit comments