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

Commit a33901b

Browse files
authored
Fix changelog
1 parent 2a62a64 commit a33901b

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Changelog.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ Enhancements:
1818
* Add support for running the Rake task in a clean environment.
1919
(Jon Rowe, #2632)
2020

21+
Bug Fixes:
22+
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).
26+
2127
### 3.8.1 / 2019-06-13
2228
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.0...v3.8.1)
2329

@@ -28,9 +34,6 @@ Bug Fixes:
2834
* When defining `let` methods that overwrite an existing method, prevent
2935
a warning being issued by removing the old definition. (Jon Rowe, #2593)
3036
* Prevent warning on Ruby 2.6.0-rc1 (Keiji Yoshimi, #2582)
31-
* Fix `config.define_derived_metadata` so that it supports cascades and
32-
is not triggered until metadata has been assigned to the example or
33-
example group (Myron Marston, #2630, #2635).
3437

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

0 commit comments

Comments
 (0)