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 d4b2982 commit 6dc937fCopy full SHA for 6dc937f
CHANGELOG.md
@@ -5,6 +5,7 @@ Bug fixes:
5
* Fixed `BigDecimal#dup` so it now just returns the receiver, per Ruby 2.5+ semantics (#1680).
6
* Implemented `rb_eval_string_protect`.
7
* Fixed `rb_get_kwargs` to correctly handle optional and rest arguments.
8
+* `Hash#merge` now preserves the key order from the original hash for merged values (#1650).
9
10
# 1.0 RC 17
11
0 commit comments