aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2016-02-15 14:43:47 +0100
committerDavid Heinemeier Hansson <david@loudthinking.com>2016-02-15 14:43:47 +0100
commit587d70a79bbcf162ac424e0ecb612923ebe43ad9 (patch)
tree78e9f2f020617155bacbb6020909945ddad7e285 /guides/source
parent34eb13a0c65e00ea850b064b449fb5280fe357ef (diff)
parent02a9e03c352e7c10e379368f6b41b0e2eaede07c (diff)
downloadrails-587d70a79bbcf162ac424e0ecb612923ebe43ad9.tar.gz
rails-587d70a79bbcf162ac424e0ecb612923ebe43ad9.tar.bz2
rails-587d70a79bbcf162ac424e0ecb612923ebe43ad9.zip
Merge pull request #23687 from vipulnsward/add-on-weekday
Add `#on_weekday?` method to `Date`, `Time`, and `DateTime`.
Diffstat (limited to 'guides/source')
-rw-r--r--guides/source/5_0_release_notes.md2
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))