Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Dec 18, 2023
1 parent 3601660 commit 131cf80
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
Unreleased
==========

### Breaking:

- A number of functions on `StructureController` now return `Option<u32>` to account for cases
where they may be undefined: `progress`, `progress_total`, `ticks_to_downgrade`, and
`upgrade_blocked`

### Bugfixes:

- An undefined `hits` or `hitsMax` value on an unvulnerable wall or certain controllers will no
longer cause a panic when building in dev mode

0.18.0 (2023-11-27)
===================
Expand Down

0 comments on commit 131cf80

Please sign in to comment.