Skip to content

Commit 6728e9d

Browse files
committed
Add missing changelog entries
1 parent 1758815 commit 6728e9d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

Changelog.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
### 4.0 Development
2-
[Full Changelog](http://github.com/rspec/rspec-rails/compare/master...4-0-dev)
1+
### Development
2+
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.9.0...master)
33

44
Enhancements:
55

6+
* Adds support for Rails 6. (Penelope Phippen, Benoit Tigeot, Jon Rowe, #2071)
67
* Adds support for JRuby on Rails 5.2 and 6
78
* Add support for parameterised mailers (Ignatius Reza, #2125)
89
* Add ActionMailbox spec helpers and test type (James Dabbs, #2119)
910
* Add ActionCable spec helpers and test type (Vladimir Dementyev, #2113)
1011
* Add support for partial args when using `have_enqueued_mail`
11-
(Ignatius Reza, #2125)
12+
(Ignatius Reza, #2118, #2125)
1213
* Add support for time arguments for `have_enqueued_job` (@alpaca-tc, #2157)
14+
* Improve path parsing in view specs render options. (John Hawthorn, #2115)
15+
* Add routing spec template as an option for generating controller specs.
16+
(David Revelo, #2134)
1317

1418
Bug Fixes:
1519

@@ -21,15 +25,15 @@ Bug Fixes:
2125
`ActionView::Template#format`(Seb Jacobs, #2100)
2226
* Replace `before_teardown` as well as `after_teardown` to ensure screenshots
2327
are generated correctly. (Jon Rowe, #2164)
28+
* `ActionView::FixtureResolver#hash` has been renamed to `ActionView::FixtureResolver#data`.
29+
(Penelope Phippen, #2076)
30+
* Add missing require for `have_enqueued_mail` matcher. (Ignatius Reza, #2117)
2431

2532
Breaking Changes:
2633

2734
* Drops support for Rails below 5.0
2835
* Drops support for Ruby below 2.3
2936

30-
### Development
31-
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.9.0...master)
32-
3337
### 3.9.0 / 2019-10-08
3438
[Full Changelog](https://github.com/rspec/rspec-rails/compare/v3.8.3...v3.9.0)
3539

0 commit comments

Comments
 (0)