Skip to content

Commit a0d0648

Browse files
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]
1 parent 14ba443 commit a0d0648

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

guides/source/5_0_release_notes.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,8 @@ Please refer to the [Changelog][active-support] for detailed changes.
10001000

10011001
* Added `#on_weekend?`, `#on_weekday?`, `#next_weekday`, `#prev_weekday` methods to `Date`,
10021002
`Time`, and `DateTime`.
1003-
([Pull Request](https://github.com/rails/rails/pull/18335))
1003+
([Pull Request](https://github.com/rails/rails/pull/18335),
1004+
[Pull Request](https://github.com/rails/rails/pull/23687))
10041005

10051006
* Added `same_time` option to `#next_week` and `#prev_week` for `Date`, `Time`,
10061007
and `DateTime`.
@@ -1051,9 +1052,6 @@ Please refer to the [Changelog][active-support] for detailed changes.
10511052
* Added `Array#second_to_last` and `Array#third_to_last` methods.
10521053
([Pull Request](https://github.com/rails/rails/pull/23583))
10531054

1054-
* Added `#on_weekday?` method to `Date`, `Time`, and `DateTime`.
1055-
([Pull Request](https://github.com/rails/rails/pull/23687))
1056-
10571055
* Publish `ActiveSupport::Executor` and `ActiveSupport::Reloader` APIs to allow
10581056
components and libraries to manage, and participate in, the execution of
10591057
application code, and the application reloading process.

0 commit comments

Comments
 (0)