From b98682f595c57faae5dfb1c6596f70deacd39423 Mon Sep 17 00:00:00 2001 From: Peter Stahl Date: Tue, 27 Dec 2022 23:05:38 +0100 Subject: [PATCH] Update release notes --- README.md | 2 +- RELEASE_NOTES.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 524dad8..a0690e8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://github.com/pemistahl/lingua-go/workflows/build/badge.svg?branch=main)](https://github.com/pemistahl/lingua-go/actions?query=workflow%3A%22build%22+branch%3Amain) [![codecov](https://codecov.io/gh/pemistahl/lingua-go/branch/main/graph/badge.svg)](https://codecov.io/gh/pemistahl/lingua-go) - [![supported languages](https://img.shields.io/badge/supported%20languages-75-green.svg)](#supported-languages) + [![supported languages](https://img.shields.io/badge/supported%20languages-75-green.svg)](#3-which-languages-are-supported) [![Go Reference](https://pkg.go.dev/badge/github.com/pemistahl/lingua-go.svg)](https://pkg.go.dev/github.com/pemistahl/lingua-go) [![Go Report Card](https://goreportcard.com/badge/github.com/pemistahl/lingua-go)](https://goreportcard.com/report/github.com/pemistahl/lingua-go) [![license](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index c25840e..84a6ad6 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,11 @@ +## Lingua 1.2.2 (released on 27 Dec 2022) + +### Bug Fixes + +- Under certain circumstances, calling the method + `LanguageDetector.DetectMultipleLanguagesOf()` caused an index error. + This has been fixed. + ## Lingua 1.2.1 (released on 13 Dec 2022) ### Bug Fixes