We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee63c40 commit f187a8aCopy full SHA for f187a8a
2 files changed
ChangeLog
@@ -1,12 +1,16 @@
1
# Changelog
2
3
+## [16.6.0] - unreleased
4
+
5
+### Changed
6
+- `Game.comment` has been renamed to `Game.description`
7
8
9
## [16.5.1] - unreleased
10
11
### Fixed
12
- `Game.reveal` raised a null pointer access exception or dumped core in some cases (#749)
13
-### Changed
-- `Game.comment` has been renamed to `Game.description`
14
15
## [16.5.0] - 2026-01-05
16
src/pygambit/game.pxi
@@ -667,7 +667,7 @@ class Game:
667
A game's description is an arbitrary string, and may be more discursive
668
than a title.
669
670
- .. versionchanged:: 16.5.1
+ .. versionchanged:: 16.6.0
671
Renamed ``Game.comment`` to ``Game.description``.
672
"""
673
return self.game.deref().GetDescription().decode("ascii")
0 commit comments