diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-01-30 10:13:58 -0200 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2014-01-30 10:17:48 -0200 |
commit | fa1f20e6549f962112948f5b3c27d09ab5e5faaf (patch) | |
tree | c36d39f66c220c8041ddd72efff3264275adf4b5 /guides | |
parent | 7abb6e00c0f1d6cc98b10b0e7620dfb9786449a3 (diff) | |
download | rails-fa1f20e6549f962112948f5b3c27d09ab5e5faaf.tar.gz rails-fa1f20e6549f962112948f5b3c27d09ab5e5faaf.tar.bz2 rails-fa1f20e6549f962112948f5b3c27d09ab5e5faaf.zip |
Improve documentation [ci skip]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/4_1_release_notes.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/guides/source/4_1_release_notes.md b/guides/source/4_1_release_notes.md index 3668ffe44c..4e75bf400c 100644 --- a/guides/source/4_1_release_notes.md +++ b/guides/source/4_1_release_notes.md @@ -607,8 +607,9 @@ for detailed changes. `Time.now` and `Date.today`. ([Pull Request](https://github.com/rails/rails/pull/12824)) -* Added `ActiveSupport::Testing::TimeHelpers#travel_back`. This method return - the current time to the original state. ([Pull Request](https://github.com/rails/rails/pull/13884)) +* Added `ActiveSupport::Testing::TimeHelpers#travel_back`. This method returns + the current time to the original state, by removing the stubs added by `travel` + and `travel_to`. ([Pull Request](https://github.com/rails/rails/pull/13884)) * Added `Numeric#in_milliseconds`, like `1.hour.in_milliseconds`, so we can feed them to JavaScript functions like |