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 directly in `tcod`, get these from `tcod.libtcodpy` instead.
- Deprecated `tcod.Console` which should be accessed from `tcod.console.Console` instead.