Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Sep 5, 2023
1 parent a8305a1 commit 320c87b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2104,9 +2104,9 @@ lingua.NewLanguageDetectorBuilder().FromIsoCodes639_1(lingua.EN, lingua.DE)
lingua.NewLanguageDetectorBuilder().FromIsoCodes639_3(lingua.ENG, lingua.DEU)
```

## 10. What's next for version 1.4.0?
## 10. What's next for version 1.5.0?

Take a look at the [planned issues](https://github.com/pemistahl/lingua-go/milestone/5).
Take a look at the [planned issues](https://github.com/pemistahl/lingua-go/milestone/6).

## 11. Contributions

Expand Down
19 changes: 19 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## Lingua 1.4.0 (released on 05 Sep 2023)

### Features

- The new functions `GetIsoCode639_1FromValue()` and `GetIsoCode639_3FromValue()`
have been introduced to return the proper `IsoCode639_1` and `IsoCode639_3` for
a given name string. (#44)

### Changes

- The functions `GetLanguageFromIsoCode639_1()` and `GetLanguageFromIsoCode639_3()`
now correctly return `Unknown` instead of `-1` if a language cannot be found for the
given iso code. (#44)

### Bug Fixes

- The method `LanguageDetector.DetectMultipleLanguagesOf()` returned wrong values for
start and end indices for texts consisting of only a single word. This has been fixed. (#43)

## Lingua 1.3.4 (released on 09 Jun 2023)

### Bug Fixes
Expand Down

0 comments on commit 320c87b

Please sign in to comment.