File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ Enhancements:
18
18
* Add support for running the Rake task in a clean environment.
19
19
(Jon Rowe, #2632 )
20
20
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
+
21
27
### 3.8.1 / 2019-06-13
22
28
[ Full Changelog] ( http://github.com/rspec/rspec-core/compare/v3.8.0...v3.8.1 )
23
29
@@ -28,9 +34,6 @@ Bug Fixes:
28
34
* When defining ` let ` methods that overwrite an existing method, prevent
29
35
a warning being issued by removing the old definition. (Jon Rowe, #2593 )
30
36
* 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 ).
34
37
35
38
### 3.8.0 / 2018-08-04
36
39
[ Full Changelog] ( http://github.com/rspec/rspec-core/compare/v3.7.1...v3.8.0 )
You can’t perform that action at this time.
0 commit comments