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

Add CHANGELOG entry for #10740

[ci skip]
This commit is contained in:
Rafael Mendonça França 2013-06-14 17:56:49 -03:00
parent 78234fe605
commit 6e34601653

View file

@ -1,5 +1,13 @@
* `HashWithIndifferentAccess#select working as intended` now returns a `HashWithIndifferentAccess`
instance instead of a `Hash` instance.
Fixes #10723
*Albert Llop*
* Add `DateTime#usec` and `DateTime#nsec` so that `ActiveSupport::TimeWithZone` keeps
sub-second resolution when wrapping a `DateTime` value.
Fixes #10855
*Andrew White*
@ -15,6 +23,7 @@
* Prevent side effects to hashes inside arrays when
`Hash#with_indifferent_access` is called.
Fixes #10526
*Yves Senn*