diff options
author | Vipul A M <vipulnsward@gmail.com> | 2016-02-15 18:16:51 +0530 |
---|---|---|
committer | Vipul A M <vipulnsward@gmail.com> | 2016-02-15 18:16:51 +0530 |
commit | 02a9e03c352e7c10e379368f6b41b0e2eaede07c (patch) | |
tree | 2d0f9f4a4eb8d6718c80958d5a6fd85d7b71e222 /guides | |
parent | f800e00f9a7150f81dc2d27c26e6d1164df776f3 (diff) | |
download | rails-02a9e03c352e7c10e379368f6b41b0e2eaede07c.tar.gz rails-02a9e03c352e7c10e379368f6b41b0e2eaede07c.tar.bz2 rails-02a9e03c352e7c10e379368f6b41b0e2eaede07c.zip |
Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/5_0_release_notes.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md index 4e8252f85b..5ae78eba04 100644 --- a/guides/source/5_0_release_notes.md +++ b/guides/source/5_0_release_notes.md @@ -705,7 +705,7 @@ Please refer to the [Changelog][active-support] for detailed changes. * Changed the default test order from `:sorted` to `:random`. ([commit](https://github.com/rails/rails/commit/5f777e4b5ee2e3e8e6fd0e2a208ec2a4d25a960d)) -* Added `#on_weekend?`, `#next_weekday`, `#prev_weekday` methods to `Date`, +* Added `#on_weekend?`, `#on_weekday?`, `#next_weekday`, `#prev_weekday` methods to `Date`, `Time`, and `DateTime`. ([Pull Request](https://github.com/rails/rails/pull/18335)) |