Skip to content

Commit

Permalink
Add changelog entry for package metadata deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 7, 2022
1 parent fb8d7fb commit 6bd5e01
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ So please make sure to **always** properly configure your applications.

## [Unreleased](/~https://github.com/hynek/structlog/compare/22.1.0...HEAD)

### Deprecated

- Accessing package metadata as attributes on the `structlog` module is deprecated (e.g. `structlog.__version__`).
Please use [`importlib.metadata`](https://docs.python.org/3.10/library/importlib.metadata.html) instead (for Python 3.7: the [*importlib-metadata*](https://pypi.org/project/importlib-metadata/) PyPI package).


### Changed

- The build backend has been switched to [*Hatch*](https://hatch.pypa.io/).
Expand Down

0 comments on commit 6bd5e01

Please sign in to comment.