Skip to content

Commit 25c5843

Browse files
committed
Correct change log to indicate post v.3.8.0 fixes.
1 parent cc7c714 commit 25c5843

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

Changelog.md

Lines changed: 10 additions & 2 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,8 +28,6 @@ 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.

0 commit comments

Comments
 (0)