Skip to content

Commit

Permalink
improve CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
zapster committed Jul 27, 2022
1 parent 155dd61 commit 58ec984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion truffle/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This changelog summarizes major changes between Truffle versions relevant to lan
## Version 22.3.0

* GR-39354 TruffleStrings: added ErrorHandling parameter to CreateForwardIteratorNode and CreateBackwardIteratorNode.
* GR-40062 `String.indexOf` methods are no longer considered PE safe.
* GR-40062 `String.indexOf` methods are no longer considered PE safe and using them will now fail the native-image block list check. Use `TruffleString` instead or put them behind a `@TruffleBoundary`.

* GR-39354 TruffleStrings: added ErrorHandling parameter to ByteLengthOfCodePointNode, CodePointAtIndexNode and CodePointAtByteIndexNode.

Expand Down

0 comments on commit 58ec984

Please sign in to comment.