Skip to content

Commit 3a26f9a

Browse files
committed
Do not combine changelogs. This is wrong.
1 parent 9b2e11f commit 3a26f9a

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

source/blog/2020-03-24-rspec-rails-4-0-has-been-released.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,20 @@ Vladimir Dementyev, Xavier Shay, alpaca-tc, pavel, ta1kt0me, yalab
119119

120120
## Release Notes
121121

122+
### 4.0.1 / 2020-05-16
123+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v4.0.0...v4.0.1)
124+
125+
Bug Fixes:
126+
127+
* Remove warning when calling `driven_by` in system specs. (Aubin Lorieux, #2302)
128+
* Fix comparison of times for `#at` in job matchers. (Jon Rowe, Markus Doits, #2304)
129+
* Allow `have_enqueued_mail` to match when a sub class of `ActionMailer::DeliveryJob`
130+
is set using `<Class>.delivery_job=`. (Atsushi Yoshida #2305)
131+
* Restore Ruby 2.2.x compatibility. (Jon Rowe, #2332)
132+
* Add `required_ruby_version` to gem spec. (Marc-André Lafortune, #2319, #2338)
133+
122134
### 4.0.0 / 2020-03-24
123-
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.9.1...v4.0.1)
135+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.9.1...v4.0.0)
124136

125137
Enhancements:
126138

@@ -150,12 +162,6 @@ Enhancements:
150162

151163
Bug Fixes:
152164

153-
* Remove warning when calling `driven_by` in system specs. (Aubin Lorieux, #2302)
154-
* Fix comparison of times for `#at` in job matchers. (Jon Rowe, Markus Doits, #2304)
155-
* Allow `have_enqueued_mail` to match when a sub class of `ActionMailer::DeliveryJob`
156-
is set using `<Class>.delivery_job=`. (Atsushi Yoshida #2305)
157-
* Restore Ruby 2.2.x compatibility. (Jon Rowe, #2332)
158-
* Add `required_ruby_version` to gem spec. (Marc-André Lafortune, #2319, #2338)
159165
* `EmptyTemplateHandler.call` now needs to support an additional argument in
160166
Rails 6. (Pavel Rosický, #2089)
161167
* Suppress warning from `SQLite3Adapter.represent_boolean_as_integer` which is

0 commit comments

Comments
 (0)