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.
44This project adheres to [ Semantic Versioning] ( https://semver.org/ ) since version ` 2.0.0 ` .
55
66## [ Unreleased]
7+
8+ ## [ 15.0.1] - 2023-03-30
79### Added
810- Added support for ` tcod.sdl ` namespace packages.
911
Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ def read_pixels(
507507 Returns:
508508 The output uint8 array of shape: ``(height, width, channels)`` with the fetched pixels.
509509
510- .. versionadded:: Unreleased
510+ .. versionadded:: 15.0
511511 """
512512 FORMATS : Final = {"RGB" : lib .SDL_PIXELFORMAT_RGB24 , "RGBA" : lib .SDL_PIXELFORMAT_RGBA32 }
513513 sdl_format = FORMATS .get (format ) if isinstance (format , str ) else format
You can’t perform that action at this time.
0 commit comments