From a9345246acb0b73b4a46b2f5c8c3224b086db013 Mon Sep 17 00:00:00 2001 From: Kyle Benesch <4b796c65+github@gmail.com> Date: Sun, 4 Jun 2023 03:58:07 -0700 Subject: [PATCH] Prepare 16.0.3 release. --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7e383df..c84d0f8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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