Skip to content

Commit 7146104

Browse files
committed
Move changelog entry to bug fix.
1 parent 4b5424c commit 7146104

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
@@ -9,12 +9,12 @@ Bug fixes:
99
* Implemented `rb_eval_string_protect`.
1010
* Fixed `rb_get_kwargs` to correctly handle optional and rest arguments.
1111
* 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).
1213

1314
Compatibility
1415

1516
* `String#-@` now performs string deduplication
1617
* `Hash#merge` now preserves the key order from the original hash for merged values (#1650).
17-
* Procs will now yield to the block in their declaration context even when called with a block argument (#1657).
1818

1919
# 1.0 RC 17
2020

0 commit comments

Comments
 (0)