Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit 466fb75

Browse files
authored
Fix changelog
1 parent a33901b commit 466fb75

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Changelog.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Enhancements:
2020

2121
Bug Fixes:
2222

23-
* Fix `config.define_derived_metadata` so that it supports cascades and
24-
is not triggered until metadata has been assigned to the example or
25-
example group (Myron Marston, #2630, #2635).
23+
* Fix `config.define_derived_metadata` so that cascades are not triggered
24+
until metadata has been assigned to the example or example group
25+
(Myron Marston, #2635).
2626

2727
### 3.8.1 / 2019-06-13
2828
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.0...v3.8.1)
@@ -34,6 +34,8 @@ Bug Fixes:
3434
* When defining `let` methods that overwrite an existing method, prevent
3535
a warning being issued by removing the old definition. (Jon Rowe, #2593)
3636
* Prevent warning on Ruby 2.6.0-rc1 (Keiji Yoshimi, #2582)
37+
* Fix `config.define_derived_metadata` so that it supports cascades.
38+
(Myron Marston, #2630).
3739

3840
### 3.8.0 / 2018-08-04
3941
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.7.1...v3.8.0)

0 commit comments

Comments
 (0)