Skip to content

Commit 616d84c

Browse files
committed
Personalize changelog releases a little
I should add small explanations for why a release was made.
1 parent a58c4dc commit 616d84c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@
466466
"TRIGGERRIGHT",
467467
"tris",
468468
"truetype",
469+
"tryddle",
469470
"typestr",
470471
"undoc",
471472
"Unifont",

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,17 @@ This project adheres to [Semantic Versioning](https://semver.org/) since version
88

99
## [19.3.0] - 2025-07-26
1010

11+
Thanks to cr0ne for pointing out missing texture scaling options.
12+
These options did not exist in SDL2.
13+
1114
### Added
1215

1316
- `tcod.sdl.render`: Added `ScaleMode` enum and `Texture.scale_mode` attribute.
1417

1518
## [19.2.0] - 2025-07-20
1619

20+
Thanks to tryddle for demonstrating how bad the current API was with chunked world generation.
21+
1722
### Added
1823

1924
- `tcod.noise.grid` now has the `offset` parameter for easier sampling of noise chunks.

0 commit comments

Comments
 (0)