Skip to content

Commit f187a8a

Browse files
committed
Correct version number references
1 parent ee63c40 commit f187a8a

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

ChangeLog

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
# Changelog
22

3+
## [16.6.0] - unreleased
4+
5+
### Changed
6+
- `Game.comment` has been renamed to `Game.description`
7+
8+
39
## [16.5.1] - unreleased
410

511
### Fixed
612
- `Game.reveal` raised a null pointer access exception or dumped core in some cases (#749)
713

8-
### Changed
9-
- `Game.comment` has been renamed to `Game.description`
1014

1115
## [16.5.0] - 2026-01-05
1216

src/pygambit/game.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ class Game:
667667
A game's description is an arbitrary string, and may be more discursive
668668
than a title.
669669

670-
.. versionchanged:: 16.5.1
670+
.. versionchanged:: 16.6.0
671671
Renamed ``Game.comment`` to ``Game.description``.
672672
"""
673673
return self.game.deref().GetDescription().decode("ascii")

0 commit comments

Comments
 (0)