Skip to content

Commit 2d9a03b

Browse files
committed
Fix change log entry
1 parent f0c3d6a commit 2d9a03b

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
@@ -27,7 +27,7 @@ Bug fixes:
2727
* Process#exec: set close-on-exec to false for fd redirection (#1805, @XrXr, @rafaelfranca).
2828
* Building C extensions should now work with frozen string literals (#1786).
2929
* Keep the Truffle working directory in sync with the native working directory.
30-
* Rename `to_native` to `polyglot_to_native` to match `polyglot_pointer?` and `polyglot_address` methods.
30+
* Rename `to_native` to `polyglot_to_native` to match `polyglot_pointer?` and `polyglot_address` methods.
3131
* Fixed missing partial evaluation boundary in `Array#{sort,sort!}` (#1727).
3232
* Fixed the class of `self` and the wrapping `Module` for `Kernel#load(path, wrap=true)` (#1739).
3333
* Fixed missing polyglot type declaration for `RSTRING_PTR` to help with native/managed interop.

0 commit comments

Comments
 (0)