-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## Lingua 1.0.2 (released on 13 Oct 2021) | ||
|
||
### Bug Fixes | ||
|
||
- In very rare cases, the language returned by the detector was non-deterministic. | ||
This has been fixed. Big thanks to @FilipAlexander for identifying this problem. (#6) | ||
|
||
## Lingua 1.0.1 (released on 27 Jun 2021) | ||
|
||
### Bug Fixes | ||
|
||
- The language models were not embedded into the compiled binary. | ||
This resulted in problems when trying to use Lingua within a Docker container, | ||
for instance. Big thanks to @dsxack for identifying this problem and providing a fix. (#2 #3) | ||
|
||
## Lingua 1.0.0 (released on 21 Jun 2021) | ||
|
||
This is the very first release of the Go implementation of Lingua. Enjoy! :-) |