Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
tsproisl committed Jul 7, 2023
1 parent ea6baed commit 2ead5c4
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions CHANGES.txt
Expand Up @@ -2,10 +2,16 @@

## Version 2.?.?, ??? ##

- Internal: When creating a Token object, only known token classes can
be passed.
- Internal: Switch from setup.py to pyconfig.toml and restructure the
project (source in src, tests in tests).
- **Potentially breaking change:** The somajo-tokenizer script is
automatically created upon installation and bin/somajo-tokenizer is
removed. For most users, this does not make a difference. If you
used to run your own modified version of SoMaJo directly via
bin/somajo-tokenizer, consider installing the project in editable
mode (see Development section in README.md).
- Switch from setup.py to pyconfig.toml and restructure the project
(source in src, tests in tests).
- When creating a Token object, only known token classes can be
passed.

## Version 2.2.4, 2023-06-23 ##

Expand Down

0 comments on commit 2ead5c4

Please sign in to comment.