Skip to content

Commit

Permalink
Updated version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TimArnettThales committed Jul 4, 2024
1 parent c02c627 commit 76b2c13
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [2.1.8] - 4 July 2024

- Changed the `game_state` dictionary that is passed to controllers to be type `immutabledict`. This prevents
changing of `game_state` values by controllers to prevent tampering/affecting controllers later in the loop where
it is passed. This is faster than passing copies of the dict and is still passed by reference.

## [2.1.7] - 3 July 2024

- Added optional Boolean setting `random_ast_splits` for game object instantiation. If `True`, left and right asteroid
Expand Down
2 changes: 1 addition & 1 deletion src/kesslergame/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '2.1.7'
__version__ = '2.1.8'

0 comments on commit 76b2c13

Please sign in to comment.