File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ Changes relevant to the users of python-tcod are documented here.
4
4
This project adheres to [ Semantic Versioning] ( https://semver.org/ ) since version ` 2.0.0 ` .
5
5
6
6
## [ Unreleased]
7
+
8
+ ## [ 15.0.1] - 2023-03-30
7
9
### Added
8
10
- Added support for ` tcod.sdl ` namespace packages.
9
11
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ def read_pixels(
507
507
Returns:
508
508
The output uint8 array of shape: ``(height, width, channels)`` with the fetched pixels.
509
509
510
- .. versionadded:: Unreleased
510
+ .. versionadded:: 15.0
511
511
"""
512
512
FORMATS : Final = {"RGB" : lib .SDL_PIXELFORMAT_RGB24 , "RGBA" : lib .SDL_PIXELFORMAT_RGBA32 }
513
513
sdl_format = FORMATS .get (format ) if isinstance (format , str ) else format
You can’t perform that action at this time.
0 commit comments