Skip to content

Commit b82e4b6

Browse files
committed
Add ChangeLog entry
* Remove entry about the LLVM toolchain since it is no longer relevant for users.
1 parent d787504 commit b82e4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
New features:
44

5+
* C/C++ extensions are now compiled using the system toolchain and executed natively instead of using GraalVM LLVM (Sulong). This leads to faster startup, no warmup, better compatibility and faster installation for C/C++ extensions (#3118, @eregon).
56

67
Bug fixes:
78

@@ -11,7 +12,6 @@ Bug fixes:
1112

1213
Compatibility:
1314

14-
* Fix problems with the LLVM toolchain wrappers with Xcode 15 on macOS.
1515
* Add `Exception#detailed_message` method (#3257, @andrykonchin).
1616
* Fix `rb_enc_vsprintf` and force String encoding instead of converting it (@andrykonchin).
1717
* Add `rb_gc_mark_movable` function (@andrykonchin).

0 commit comments

Comments
 (0)