Skip to content

Commit

Permalink
Add changelog entry for #1869.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
myronmarston committed Feb 9, 2015
1 parent 0b3a9be commit f00b298
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Expand Up @@ -5,6 +5,8 @@ Enhancements:
* Expose the reporter used to run examples via `RSpec::Core::Example#reporter`.
(Jon Rowe, #1866)
* Make `RSpec::Core::Reporter#message` a public supported API. (Jon Rowe, #1866)
* Allow custom formatter events to be published via
`RSpec::Core::Reporter#publish(hash)`. (Jon Rowe, #1869)

### 3.2.0 / 2015-02-03
[Full Changelog](http://github.com/rspec/rspec-core/compare/v3.1.7...v3.2.0)
Expand Down

1 comment on commit f00b298

@JonRowe
Copy link
Member

@JonRowe JonRowe commented on f00b298 Feb 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I amended this slightly.

Please sign in to comment.