Skip to content

Commit

Permalink
Add info in CHANGELOG about v5.0.0-beta1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaong committed Mar 11, 2022
1 parent 4845f25 commit 1d5b619
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,13 @@

# v5.0.0-beta1

This is a beta release of `v5.0.0`. The main change is an improved scoring
algorithm. The beta is generally stable, but the improvements to the scoring
algorithm will cause the sorting of search results to be different than in
previous versions (generally better), and need less aggressive boosting. For
feedback about this beta release, please use [this
issue](https://github.com/lucaong/minisearch/issues/142).

- [breaking change] Use the [BM25+
algorithm](https://en.wikipedia.org/wiki/Okapi_BM25) to score search
results, improving their quality over the previous implementation. Note
Expand Down

0 comments on commit 1d5b619

Please sign in to comment.