mirror of https://github.com/rails/rails
Fix typo in ActiveSupport changelog
This commit is contained in:
parent
2835387192
commit
805fa6faf3
|
@ -23,7 +23,7 @@
|
|||
|
||||
*Jonathan Hefner*
|
||||
|
||||
* Fix `Time.now/DateTime.now/Date.today' to return results in a system timezone after `#travel_to'.
|
||||
* Fix `Time.now/DateTime.now/Date.today` to return results in a system timezone after `#travel_to`.
|
||||
|
||||
There is a bug in the current implementation of #travel_to:
|
||||
it remembers a timezone of its argument, and all stubbed methods start
|
||||
|
|
Loading…
Reference in New Issue