@@ -119,8 +119,20 @@ Vladimir Dementyev, Xavier Shay, alpaca-tc, pavel, ta1kt0me, yalab
119
119
120
120
## Release Notes
121
121
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
+
122
134
### 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 )
124
136
125
137
Enhancements:
126
138
@@ -150,12 +162,6 @@ Enhancements:
150
162
151
163
Bug Fixes:
152
164
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 )
159
165
* ` EmptyTemplateHandler.call ` now needs to support an additional argument in
160
166
Rails 6. (Pavel Rosický, #2089 )
161
167
* Suppress warning from ` SQLite3Adapter.represent_boolean_as_integer ` which is
0 commit comments