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

Commit 9f99b6a

Browse files
committed
Changelog for #1997.
[ci skip]
1 parent 86c4fd4 commit 9f99b6a

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
@@ -11,6 +11,11 @@ Enhancements:
1111
(David Raffensperger, #2007)
1212
* Add optional `example_finished` notification to the reporter protocol for
1313
when you don't care about the example outcome. (Jon Rowe, #2013)
14+
* Switch `--bisect` to a recursion-based bisection algorithm rather than
15+
a permutation-based one. This better handles cases where an example
16+
depends upon multiple other examples instead of just one and minimizes
17+
the number of runs necessary to determine that an example set cannot be
18+
minimized further. (Simon Coffey, #1997)
1419

1520
### 3.3.1 / 2015-06-18
1621
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.3.0...v3.3.1)

0 commit comments

Comments
 (0)