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 4b5424c commit 7146104Copy full SHA for 7146104
CHANGELOG.md
@@ -9,12 +9,12 @@ Bug fixes:
9
* Implemented `rb_eval_string_protect`.
10
* Fixed `rb_get_kwargs` to correctly handle optional and rest arguments.
11
* Calling `Kernel#raise` with a raised exception will no longer set the cause of the exception to itself (#1682).
12
+* Procs will now yield to the block in their declaration context even when called with a block argument (#1657).
13
14
Compatibility
15
16
* `String#-@` now performs string deduplication
17
* `Hash#merge` now preserves the key order from the original hash for merged values (#1650).
-* Procs will now yield to the block in their declaration context even when called with a block argument (#1657).
18
19
# 1.0 RC 17
20
0 commit comments