From f38e752bdf27668faf1125479f815832484c0a72 Mon Sep 17 00:00:00 2001 From: David Graham Date: Tue, 16 Oct 2012 13:05:25 -0600 Subject: Implement replace method so key? works correctly. --- activesupport/CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'activesupport/CHANGELOG.md') diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md index 23e2ce0b03..4b06210c4a 100644 --- a/activesupport/CHANGELOG.md +++ b/activesupport/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 4.0.0 (unreleased) ## +* Implement HashWithIndifferentAccess#replace so key? works correctly. *David Graham* + * Hash#extract! returns only those keys that present in the receiver. {:a => 1, :b => 2}.extract!(:a, :x) # => {:a => 1} -- cgit v1.2.3