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

Commit aee96cd

Browse files
committed
Add changelog entries.
[ci skip]
1 parent 7b6517f commit aee96cd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
### 3.0.0.rc1 Development
22
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0.beta2...master)
33

4+
Enhancements:
5+
6+
* Add `config.default_formatter` attribute, which can be used to set a
7+
formatter which will only be used if no other formatter is set
8+
(e.g. via `--formatter`). (Myron Marston)
9+
10+
Bug Fixes:
11+
12+
* Fix `spec_helper.rb` file generated by `rspec --init` so that the
13+
recommended settings correctly use the documentation formatter
14+
when running one file. (Myron Marston)
15+
416
### 3.0.0.beta2 / 2014-02-17
517
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.0.0.beta1...v3.0.0.beta2)
618

0 commit comments

Comments
 (0)