Skip to content

Commit

Permalink
Prefer tcod.libtcodpy over tcod.constants.
Browse files Browse the repository at this point in the history
libtcodpy is more clearly deprecated, the loose constants in
tcod.constants are not recommended that's less clear when they're used.
  • Loading branch information
HexDecimal committed Jun 4, 2023
1 parent 627f05d commit 0b311d2
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 79 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/) since version
### Deprecated
- Deprecated using `tcod` as an implicit alias for `libtcodpy`.
You should use `from tcod import libtcodpy` if you want to access this module.
- Deprecated constants being held in `tcod`, get these from `tcod.constants` instead.
- Deprecated constants being held in `tcod`, get these from `tcod.libtcodpy` instead.
- Deprecated `tcod.Console` which should be accessed from `tcod.console.Console` instead.

## [16.0.2] - 2023-06-02
Expand Down

0 comments on commit 0b311d2

Please sign in to comment.