Skip to content

Commit c33a4a2

Browse files
committed
Update changelog
1 parent b5a0c62 commit c33a4a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Bug fixes:
4545
* Fix processing of proc rest arguments located at the beginning if there are no actual arguments (#2921, @andrykonchin).
4646
* Fix `Monitor#exit` to raise `ThreadError` when monitor not owned by the current thread (#2922, @andrykonchin).
4747
* Fix `MatchData#[]` to support negative `length` argument (#2929, @andrykonchin).
48+
* Fix `Method` and `Proc` `#parameters` method to return `_` parameter name without synthetic suffix when there are multiple `_` parameters (@paracycle).
4849

4950
Compatibility:
5051

0 commit comments

Comments
 (0)