Changes since 1.11.0:
- 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
. - Do not assume char is signed; fixes silent errors on aarch64 when compiled from the source (e.g. in Docker on ARM macOS).