From b032d80bcfe1557ea5f8a9ffdf9e65320c4981d4 Mon Sep 17 00:00:00 2001 From: Kyle Benesch <4b796c65+github@gmail.com> Date: Sun, 24 Sep 2023 23:07:44 -0700 Subject: [PATCH] Prepare 16.2.1 release. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c77fa4..720afbd4 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.2.1] - 2023-09-24 ### Fixed - Fixed errors loading files where their paths are non-ASCII and the C locale is not UTF-8.