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

Commit

Permalink
Correct changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Sep 5, 2024
1 parent 533ee6b commit d00ab6f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
### Development
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.1...main)

Enhancements:

* Add config option (`RSpec::Core::Configuration#force_line_number_for_spec_rerun`) to
allways print a line number rather than an example id when the line number is ambiguous.
(Baden Ashford, #3085)

### 3.13.1 / 2024-09-02
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.13.0...v3.13.1)

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

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

0 comments on commit d00ab6f

Please sign in to comment.