We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f41464 commit 2b89340Copy full SHA for 2b89340
CHANGELOG.md
@@ -30,6 +30,7 @@ Bug fixes:
30
* Fixed the class of `self` and the wrapping `Module` for `Kernel#load(path, wrap=true)` (#1739).
31
* Fixed missing polyglot type declaration for `RSTRING_PTR` to help with native/managed interop.
32
* Fixed `Module#to_s` and `Module#inspect` to not return an extra `#<Class:` for singleton classes.
33
+* Arrays backed by native storage now allocate the correct amount of memory (#1828).
34
35
Compatibility:
36
0 commit comments