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

Commit 34c8d39

Browse files
committed
Add changelog entries for #2511.
[ci skip]
1 parent 144c546 commit 34c8d39

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ Enhancements:
77
that it works on `Pathname` objects. (Andrew Vit, #2479)
88
* Nicely format errors encountered while loading files specified
99
by `--require` option. (Myron Marston, #2504)
10+
* Significantly improve the performance of `--bisect` on platforms that
11+
support forking by replacing the shell-based runner with one that uses
12+
forking so that RSpec and the application environment can be booted only
13+
once, instead of once per spec run. (Myron Marston, #2511)
14+
* Provide a configuration API to pick which bisect runner is used for
15+
`--bisect`. Pick a runner via `config.bisect_runner = :shell` or
16+
`config.bisect_runner = :fork` in a file loaded by a `--require`
17+
option passed at the command line or set in `.rspec`. (Myron Marston, #2511)
1018

1119
### 3.7.1 / 2018-01-02
1220
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.7.0...v3.7.1)

0 commit comments

Comments
 (0)