Skip to content

Commit

Permalink
Update .changeset/popular-oranges-end.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs authored Apr 4, 2024
1 parent 0592368 commit ddb86f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/popular-oranges-end.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"@latticexyz/cli": patch
---

Fixed the behaviour of static arrays, so that they always return zero for uninitialised values. Previously they would revert with `Store_IndexOutOfBounds` if the index had not been set yet.
Fixed the behaviour of static arrays, so that they return zero for uninitialised values, to mirror the native Solidity behavior. Previously they reverted with `Store_IndexOutOfBounds` if the index had not been set yet.

0 comments on commit ddb86f1

Please sign in to comment.