diff --git a/bindings/packages/cpan/Changes b/bindings/packages/cpan/Changes index 08f2a46..f7346c8 100644 --- a/bindings/packages/cpan/Changes +++ b/bindings/packages/cpan/Changes @@ -1,5 +1,8 @@ Revision history for Ufal-MorphoDiTa +1.11.2.1 [15 Nov 23] + Update MorphoDiTa to version 1.11.2. + 1.11.0.1 [01 Sep 22] Update MorphoDiTa to version 1.11.0. diff --git a/bindings/packages/pypi/Changes b/bindings/packages/pypi/Changes index 59f436e..589e306 100644 --- a/bindings/packages/pypi/Changes +++ b/bindings/packages/pypi/Changes @@ -1,5 +1,13 @@ Revision history for ufal.morphodita +1.11.2.1 [15 Nov 23] + Update MorphoDiTa to version 1.11.2. + Fix a bug in the tokenizers, which did not end a sentence on an + empty line if the preceding line ended with whitespace. However, + only the REST server and the API was affected; the `run_*` binaries + read input a paragraph at a time, and so circumvent the problem. + Fix warnings in Clang 15 by qualifying `std::move`. + 1.11.1.1 [18 Feb 23] Do not assume char is signed; fixes silent errors on aarch64 when compiled from the source (e.g. in Docker on ARM macOS).