Skip to content

Commit 8380d8c

Browse files
committed
Add change log entry.
1 parent 22c8fb3 commit 8380d8c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Bug fixes:
66
* Temporary variables are no longer visible in the debugger.
77
* Setting breakpoints on some lines has been fixed.
88

9+
Changes:
10+
11+
* `TruffleRuby.sulong?` has been replaced by `TruffleRuby.cexts?`, and `TruffleRuby.graal?` has been replaced by `TruffleRuby.jit?`. The old methods will continue to work for now, but will produce warnings, and will be removed at a future release.
12+
913
# 1.0 RC 16
1014

1115
Bug fixes:

0 commit comments

Comments
 (0)