Skip to content

Commit

Permalink
Prepare 16.0.3 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal committed Jun 4, 2023
1 parent 0b311d2 commit a934524
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,10 +4,15 @@ Changes relevant to the users of python-tcod are documented here.
This project adheres to [Semantic Versioning](https://semver.org/) since version `2.0.0`.

## [Unreleased]

## [16.0.3] - 2023-06-04
### Changed
- Enabled logging for libtcod and SDL.

### 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.libtcodpy` instead.
- Deprecated constants being held directly 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 a934524

Please sign in to comment.