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

Commit d00ab6f

Browse files
committed
Correct changelog entry
1 parent 533ee6b commit d00ab6f

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Changelog.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
### Development
22
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.1...main)
33

4+
Enhancements:
5+
6+
* Add config option (`RSpec::Core::Configuration#force_line_number_for_spec_rerun`) to
7+
allways print a line number rather than an example id when the line number is ambiguous.
8+
(Baden Ashford, #3085)
9+
410
### 3.13.1 / 2024-09-02
511
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.0...v3.13.1)
612

@@ -24,9 +30,6 @@ Enhancements:
2430
(Richard Schneeman, #3015, #3026)
2531
* Add config option (`RSpec::Core::Configuration#full_cause_backtrace`) to print the
2632
entire backtrace of an exception cause. (David Taylor, #3046)
27-
* Add config option (`RSpec::Core::Configuration#force_line_number_for_spec_rerun`) to
28-
allways print a line number rather than an example id when the line number is ambiguous.
29-
(Baden Ashford, #3085)
3033

3134
### 3.12.3 / 2024-02-04
3235
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.12.2...v3.12.3)

0 commit comments

Comments
 (0)