Skip to content

Commit ac6d837

Browse files
committed
Update libtcod and note fixes.
1 parent 3266801 commit ac6d837

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,20 @@ Unreleased
1111
Added
1212
- New `console` parameter in `tcod.context.new` which sets parameters from an existing Console.
1313

14+
Changed
15+
- Using `libtcod 1.20.0`.
16+
17+
Fixed
18+
- Fixed segfault when an OpenGL2 context fails to load.
19+
- Gaussian number generation no longer affects the results of unrelated RNG's.
20+
- Gaussian number generation is now reentrant and thread-safe.
21+
- Fixed potential crash in PNG image loading.
22+
1423
13.1.0 - 2021-10-22
1524
-------------------
1625
Added
1726
- Added the `tcod.tileset.procedural_block_elements` function.
27+
1828
Removed
1929
- Python 3.6 is no longer supported.
2030

0 commit comments

Comments
 (0)