From 07bf13c21ff3903a5fc4a5ae548047799d4faa6f Mon Sep 17 00:00:00 2001 From: Kyle Benesch <4b796c65+github@gmail.com> Date: Sun, 28 May 2023 05:06:50 -0700 Subject: [PATCH] Prepare 16.0.1 release. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 166c2af1..872d4904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ 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.1] - 2023-05-28 ### Fixed - `AudioDevice.stopped` was inverted. - Fixed the audio mixer stop and fadeout methods.