File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,15 @@ Changes relevant to the users of python-tcod are documented here.
4
4
This project adheres to [ Semantic Versioning] ( https://semver.org/ ) since version ` 2.0.0 ` .
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 16.0.3] - 2023-06-04
9
+ ### Changed
10
+ - Enabled logging for libtcod and SDL.
11
+
7
12
### Deprecated
8
13
- Deprecated using ` tcod ` as an implicit alias for ` libtcodpy ` .
9
14
You should use ` from tcod import libtcodpy ` if you want to access this module.
10
- - Deprecated constants being held in ` tcod ` , get these from ` tcod.libtcodpy ` instead.
15
+ - Deprecated constants being held directly in ` tcod ` , get these from ` tcod.libtcodpy ` instead.
11
16
- Deprecated ` tcod.Console ` which should be accessed from ` tcod.console.Console ` instead.
12
17
13
18
## [ 16.0.2] - 2023-06-02
You can’t perform that action at this time.
0 commit comments