Skip to content

Commit

Permalink
formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
shanemadden committed Jan 11, 2024
1 parent e81ddd8 commit 142341d
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 @@ -6,8 +6,8 @@ Unreleased
- Replace a number of conversions from `JsString` to `String` that are happening internally
within the crate, allowing either explicit conversion in user code or keeping the string in
JavaScript if preferred
- All functions in `game` and `game::market` modules returning `JsHashMap<String, _>` now
return `JsHashMap<JsString, _>`
- All functions in `game` and `game::market` modules returning `JsHashMap<String, _>` now return
`JsHashMap<JsString, _>`
- `raw_memory::segments` now returns `JsHashMap<u8, JsString>`
- `game::shard` getters returning `String` now return `JsString`
- `SharedCreepProperties::name` now returns `JsString` instead of `String`
Expand Down

0 comments on commit 142341d

Please sign in to comment.