Skip to content

Commit

Permalink
Better changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Mar 6, 2024
1 parent 851c18c commit 10245bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Unreleased
- Remove features `generate-pixel` and `inter-shard-memory`, use the `mmo` feature instead
- Place `game::cpu::{shard_limits, unlocked, unlocked_time, set_shard_limits, unlock}` functions
behind the `mmo` feature
- Change return type of `game::{construction_sites, structures}` to return `ObjectId<_>` instead of
`RawObjectId`
- Change return type of `game::{construction_sites, structures}` to `JsHashMap<ObjectId<_>, _>`
instead of `JsHashMap<RawObjectId, _>`

### Additions:

Expand Down

0 comments on commit 10245bb

Please sign in to comment.