Skip to content

Commit cf5fdfb

Browse files
authored
Correct change log to indicate post v.3.8.0 fixes.
1 parent 9d7c82f commit cf5fdfb

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

Changelog.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
### Development
2+
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.8.0...master)
3+
4+
Bug Fixes:
5+
6+
* Fix `NoMethodError: undefined method 'strip'` when using a `Pathname` object
7+
as the fixture file path. (Aaron Kromer, #2026)
8+
* When generating feature specs, do not duplicate namespace in the path name.
9+
(Laura Paakkinen, #2034)
10+
111
### 3.8.0 / 2018-08-04
212
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.7.2...v3.8.0)
313

@@ -18,15 +28,12 @@ Enhancements:
1828

1929
Bug Fixes:
2030

21-
* Fix `NoMethodError: undefined method 'strip'` when using a `Pathname` object
22-
as the fixture file path. (Aaron Kromer, #2026)
2331
* Escape quotation characters when producing method names for system spec
2432
screenshots. (Shane Cavanaugh, #1955)
2533
* Use relative path for resolving fixtures when `fixture_path` is not set.
2634
(Laurent Cobos, #1943)
2735
* Allow custom template resolvers in view specs. (@ahorek, #1941)
28-
* When generating feature specs, do not duplicate namespace in the path name.
29-
(Laura Paakkinen, #2034)
36+
3037

3138
### 3.7.2 / 2017-11-20
3239
[Full Changelog](http://github.com/rspec/rspec-rails/compare/v3.7.1...v3.7.2)

0 commit comments

Comments
 (0)