aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/5_0_release_notes.md
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2016-10-23 16:50:07 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2016-10-23 16:51:51 -0200
commita0d0648efb5faa5d8d94a090e8b6ff498a7a9475 (patch)
treef00b3a7a3560e6f5f9a35170bb67b834039f0bc4 /guides/source/5_0_release_notes.md
parent14ba443132eaaf27266b8968f0d45046bbace633 (diff)
downloadrails-a0d0648efb5faa5d8d94a090e8b6ff498a7a9475.tar.gz
rails-a0d0648efb5faa5d8d94a090e8b6ff498a7a9475.tar.bz2
rails-a0d0648efb5faa5d8d94a090e8b6ff498a7a9475.zip
Merge release note entry for Date/Time/DateTime extensions
The first release note entry mentioned #on_weekday?, but that was only added by the second PR mentioned there. To simplify reading the notes just merge the two, since they are related methods. [ci skip]
Diffstat (limited to 'guides/source/5_0_release_notes.md')
-rw-r--r--guides/source/5_0_release_notes.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index cc332cbf97..964dbf9450 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -1000,7 +1000,8 @@ Please refer to the [Changelog][active-support] for detailed changes.
* Added `#on_weekend?`, `#on_weekday?`, `#next_weekday`, `#prev_weekday` methods to `Date`,
`Time`, and `DateTime`.
- ([Pull Request](https://github.com/rails/rails/pull/18335))
+ ([Pull Request](https://github.com/rails/rails/pull/18335),
+ [Pull Request](https://github.com/rails/rails/pull/23687))
* Added `same_time` option to `#next_week` and `#prev_week` for `Date`, `Time`,
and `DateTime`.
@@ -1051,9 +1052,6 @@ Please refer to the [Changelog][active-support] for detailed changes.
* Added `Array#second_to_last` and `Array#third_to_last` methods.
([Pull Request](https://github.com/rails/rails/pull/23583))
-* Added `#on_weekday?` method to `Date`, `Time`, and `DateTime`.
- ([Pull Request](https://github.com/rails/rails/pull/23687))
-
* Publish `ActiveSupport::Executor` and `ActiveSupport::Reloader` APIs to allow
components and libraries to manage, and participate in, the execution of
application code, and the application reloading process.