Skip to content

Commit

Permalink
update release notes for modulo by zero
Browse files Browse the repository at this point in the history
  • Loading branch information
gewang committed Oct 29, 2024
1 parent 36f8f73 commit 3acdddc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions VERSIONS
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ ChucK VERSIONS log
are distinguished from windows drive letters (e.g., "A:\")
- (fixed) Type.of() now reports more specific array type (e.g., `string[]`) instead of
generic `@array`
- (fixed) modulo `%` by zero (int or float) now throws an exception; previously this would
either produce an incorrect result or cause a crash
- (updated) .sort() a string array will now sort alphabetically (instead of by Object refs)
- (updated, internal) dynamic array types are now cached and reused, preventing potential
memory build-up across compilations
Expand Down

0 comments on commit 3acdddc

Please sign in to comment.