Skip to content

Commit

Permalink
Add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Nov 23, 2023
1 parent f1a954d commit cd2a1d2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## Lingua 1.6.1 (released on 23 Nov 2023)

### Bug Fixes

- The method `LanguageDetector.detect_multiple_languages_of` returns byte indices.
For creating string slices in Python and JavaScript, character indices are needed
but were not provided. This resulted in incorrect `DetectionResult`s for Python
and JavaScript. This has been fixed now by converting the byte indices to
character indices.

- Some minor bugs in the WASM module have been fixed to prepare the first release
of [Lingua for JavaScript](https://github.com/pemistahl/lingua-js).

## Lingua 1.6.0 (released on 14 Nov 2023)

### Features
Expand Down

0 comments on commit cd2a1d2

Please sign in to comment.