Skip to content

Commit

Permalink
More clearly communicate the effect of the bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Mar 26, 2024
1 parent a11a1b7 commit fc78a9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Benchmarks show:

- There was a bug in the `MarkdownSplitter` logic that caused some strange split points.
- The `Text` semantic level in `MarkdownSplitter` has been merged with inline elements to also find better split points inside content.
- Fixed a bug that could cause the algorithm to use a lower semantic level than necessary on occaision.
- Fixed a bug that could cause the algorithm to use a lower semantic level than necessary on occasion. This mostly impacted the `MarkdownSplitter`, but there were same cases of different behavior in the `TextSplitter` as well if chunks are not trimmed.

All of the above mostly effect the `MarkdownSplitter` and will cause different chunks to be output than before.
All of the above can cause different chunks to be output than before, depending on the text. So, even though these are bug fixes to bring intended behavior, they are being treated as a major version bump.

## v0.7.0

Expand Down

0 comments on commit fc78a9c

Please sign in to comment.