We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9559a9 commit 1af4f65Copy full SHA for 1af4f65
.vscode/settings.json
@@ -218,6 +218,7 @@
218
"jhat",
219
"jice",
220
"jieba",
221
+ "jmccardle",
222
"JOYAXISMOTION",
223
"JOYBALLMOTION",
224
"JOYBUTTONDOWN",
CHANGELOG.md
@@ -6,9 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org/) since version
6
7
## [Unreleased]
8
9
+## [19.3.1] - 2025-08-02
10
+
11
+Solved a deprecation warning which was internal to tcod and no doubt annoyed many devs.
12
+Thanks to jmccardle for forcing me to resolve this.
13
14
### Fixed
15
-- Silenced internal deprecation warning within `Context.convert_event`.
16
+- Silenced internal deprecation warnings within `Context.convert_event`.
17
18
## [19.3.0] - 2025-07-26
19
0 commit comments