From d45bcf97de9a67cb7444a00bf7a896b9ea4c53d6 Mon Sep 17 00:00:00 2001 From: Robyn Speer Date: Thu, 16 Apr 2020 15:51:20 -0400 Subject: [PATCH] update changelog for 2.3 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f96e40..787f5c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## Version 2.3 (2020-04-16) + +- Python 3.5 is the oldest maintained version of Python, and we have stopped + claiming support for earlier versions. + +- Updated to langcodes 2.0. + +- Deprecated the `match_cutoff` parameter, which was intended for situations + where we need to approximately match a language code, but was not usefully + configurable in those situations. + ## Version 2.2.2 (2020-02-28) Library change: