1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Fix AS changelog [ci skip]

This commit is contained in:
Carlos Antonio da Silva 2013-06-14 19:53:58 -03:00
parent 5529ff8d91
commit a9a33c59f6

View file

@ -1,4 +1,4 @@
* `HashWithIndifferentAccess#select working as intended` now returns a `HashWithIndifferentAccess`
* `HashWithIndifferentAccess#select` now returns a `HashWithIndifferentAccess`
instance instead of a `Hash` instance.
Fixes #10723