Skip to content

Commit

Permalink
more changelog formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dchelimsky committed Nov 9, 2011
1 parent 96abea4 commit 541c02a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Changelog.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@


Enhancements Enhancements


* --order (Justin Ko) * `--order` (Justin Ko)
* run examples in random order: `--order rand` * run examples in random order: `--order rand`
* specify the seed: `--order rand:123` * specify the seed: `--order rand:123`
* --seed SEED * `--seed SEED`
* equivalent of `--order rand:SEED` * equivalent of `--order rand:SEED`
* SharedContext supports `let` (David Chelimsky) * SharedContext supports `let` (David Chelimsky)
* Filter improvements (David Chelimsky) * Filter improvements (David Chelimsky)
* override opposing tags from the command line * override opposing tags from the command line
* override RSpec.configure tags from the command line * override RSpec.configure tags from the command line
* --line_number 37 overrides all other filters * `--line_number 37` overrides all other filters
* path/to/file.rb:37 overrides all other filters * `path/to/file.rb:37` overrides all other filters
* refactor: consolidate filter management in a FilterManger object * refactor: consolidate filter management in a FilterManger object
* Eliminate Ruby warnings (Matijs van Zuijlen) * Eliminate Ruby warnings (Matijs van Zuijlen)
* Make reporter.report an API (David Chelimsky) * Make reporter.report an API (David Chelimsky)
Expand All @@ -34,7 +34,7 @@ Bug fixes
* Restore report of time to run to start after files are loaded. * Restore report of time to run to start after files are loaded.
* fixes bug where run times were cumalitive in spork * fixes bug where run times were cumalitive in spork
* fixes compatibility with time-series metrics * fixes compatibility with time-series metrics
* Don't error out when config.mock_with or expect_with is re-specifying the * Don't error out when `config.mock_with` or `expect_with` is re-specifying the
current config (Myron Marston) current config (Myron Marston)


* Deprecations * Deprecations
Expand Down Expand Up @@ -62,7 +62,7 @@ As of 2.7.0, you must explicity `require "rspec/autorun"` unless you use the


Enhancements Enhancements


* Add example.exception (David Chelimsky) * Add `example.exception` (David Chelimsky)
* `--default_path` command line option (Justin Ko) * `--default_path` command line option (Justin Ko)
* support multiple `--line_number` options (David J. Hamilton) * support multiple `--line_number` options (David J. Hamilton)
* also supports `path/to/file.rb:5:9` (runs examples on lines 5 and 9) * also supports `path/to/file.rb:5:9` (runs examples on lines 5 and 9)
Expand Down

0 comments on commit 541c02a

Please sign in to comment.