Skip to content

Commit

Permalink
Note stdlib deprecation in Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
cupakromer committed Apr 25, 2014
1 parent 9ff780d commit a8d304e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Changelog.md
Expand Up @@ -8,6 +8,7 @@ Enhancements:
* Backport support for `skip` in metadata to skip execution of an example.
(Xavier Shay, #1472)
* Add `Pathname` support for setting all output streams. (Aaron Kromer)
* Add `test_unit` and `minitest` expectation frameworks. (Aaron Kromer)

Deprecations:

Expand Down Expand Up @@ -59,6 +60,8 @@ Deprecations:
* Deprecate `#filename_pattern` in favour of `#pattern`. (Jon Rowe)
* Deprecate `#backtrace_cleaner` in favour of `#backtrace_formatter`. (Jon Rowe)
* Deprecate mutating `RSpec::Configuration#formatters`. (Jon Rowe)
* Deprecate `stdlib` as an available expectation framework in favour of
`test_unit` and `minitest`. (Aaron Kromer)

Bug Fixes:

Expand Down

0 comments on commit a8d304e

Please sign in to comment.