Skip to content

Commit

Permalink
changelog: add CHANGELOG entry for this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
scanny committed Oct 18, 2023
1 parent 49c4e21 commit 6a0a132
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@

### Fixes

* **Fix chunks breaking on regex-metadata matches.** Fixes "over-chunking" when `regex_metadata` was used, where every element that contained a regex-match would start a new chunk.
* **Fix regex-metadata match offsets not adjusted within chunk.** Fixes incorrect regex-metadata match start/stop offset in chunks where multiple elements are combined.

## 0.10.24

### Enhancements
Expand Down

0 comments on commit 6a0a132

Please sign in to comment.