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

Commit 8daa1bd

Browse files
committed
Changelog for 3.8.2
1 parent 10a6942 commit 8daa1bd

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

Changelog.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
### 3.8.2 / 2019-06-29
2+
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.1...v3.8.2)
3+
4+
Bug Fixes:
5+
6+
* Fix `config.define_derived_metadata` so that cascades are not triggered
7+
until metadata has been assigned to the example or example group
8+
(Myron Marston, #2635).
9+
110
### 3.8.1 / 2019-06-13
211
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.8.0...3.8.1)
312

@@ -8,9 +17,8 @@ Bug Fixes:
817
* When defining `let` methods that overwrite an existing method, prevent
918
a warning being issued by removing the old definition. (Jon Rowe, #2593)
1019
* Prevent warning on Ruby 2.6.0-rc1 (Keiji Yoshimi, #2582)
11-
* Fix `config.define_derived_metadata` so that it supports cascades and
12-
is not triggered until metadata has been assigned to the example or
13-
example group (Myron Marston, #2630, #2635).
20+
* Fix `config.define_derived_metadata` so that it supports cascades.
21+
(Myron Marston, #2630).
1422

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

lib/rspec/core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module Core
33
# Version information for RSpec Core.
44
module Version
55
# Current version of RSpec Core, in semantic versioning format.
6-
STRING = '3.8.1'
6+
STRING = '3.8.2'
77
end
88
end
99
end

0 commit comments

Comments
 (0)