Skip to content

Commit

Permalink
Move deprecations first, before bug fixes etc.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmire committed Sep 3, 2014
1 parent 29b1446 commit d53ee94
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# HEAD

### Deprecations

* `ensure_inclusion_of` has been renamed to `validate_inclusion_of`.
`ensure_inclusion_of` is deprecated and will be removed in 3.0.0.

* `ensure_exclusion_of` has been renamed to `validate_exclusion_of`.
`ensure_exclusion_of` is deprecated and will be removed in 3.0.0.

### Bug fixes

* Fix `delegate_method` so that it does not raise an error if the method that
Expand Down Expand Up @@ -36,14 +44,6 @@
* Reword failure message for `delegate_method` so that it's a little more
helpful.

### Deprecations

* `ensure_inclusion_of` has been renamed to `validate_inclusion_of`.
`ensure_inclusion_of` is deprecated and will be removed in 3.0.0.

* `ensure_exclusion_of` has been renamed to `validate_exclusion_of`.
`ensure_exclusion_of` is deprecated and will be removed in 3.0.0.

### Features

* Add new matcher `define_enum_for` to test usage of the `enum` macro introduced
Expand Down

0 comments on commit d53ee94

Please sign in to comment.