Skip to content

Commit

Permalink
Merge pull request #50749 from Earlopain/changelog-typo
Browse files Browse the repository at this point in the history
Fix typo in ActiveSupport changelog [ci-skip]

(cherry picked from commit 0ecfbe2)
  • Loading branch information
jonathanhefner committed Jan 14, 2024
1 parent 7946389 commit 3a85830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/CHANGELOG.md
Expand Up @@ -10,7 +10,7 @@

*Mark Oleson*

* 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
Expand Down

0 comments on commit 3a85830

Please sign in to comment.