Skip to content

Commit

Permalink
docs(CHANGES): Note options object
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Jun 17, 2023
1 parent f60f16f commit 790378a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Expand Up @@ -19,6 +19,14 @@ $ pipx install --suffix=@next unihan-etl --pip-args '\--pre' --force

<!-- Maintainers, insert changes / features for the next release here -->

### Breaking changes

#### Configuration (#280)

Before 0.22.x, unihan_etl's configuration was done through a {class}`dict` object.

0.22.0 and after settings are configurable via a {obj}`dataclasses.dataclass` object:
{class}`unihan_etl.options.Options`

### Documentation

Expand Down

0 comments on commit 790378a

Please sign in to comment.