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 e1575f2 commit 11abf5cCopy full SHA for 11abf5c
CHANGELOG.md
@@ -16,6 +16,8 @@ Bug fixes:
16
* `autoload :C, "path"; require "path"` now correctly triggers the autoload.
17
* Fixed `UDPSocket#bind` to specify family and socktype when resolving address.
18
* The `shell` standard library can now be `require`-d.
19
+* Fixed a bug where `for` could result in a `NullPointerException` when trying
20
+ to assign the iteration variable.
21
22
# 1.0 RC 14
23
0 commit comments