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

Commit 16bb9a7

Browse files
committed
Add changelog entries.
1 parent e226831 commit 16bb9a7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Enhancements:
99
`RSpec::Core::Reporter#publish(event_name, hash_of_attributes)`. (Jon Rowe, #1869)
1010
* Remove dependency on the standard library `Set` and replace with `RSpec::Core::Set`.
1111
(Jon Rowe, #1870)
12+
* Assign a unique id to each example and group so that they can be
13+
uniquely identified, even for shared examples (and similar situations)
14+
where the location isn't unique. (Myron Marston, #1884)
15+
* Use the example id in the rerun command printed for failed examples
16+
when the location is not unique. (Myron Marston, #1884)
1217

1318
Bug Fixes:
1419

0 commit comments

Comments
 (0)