mirror of
https://github.com/thoughtbot/shoulda-matchers.git
synced 2022-11-09 12:01:38 -05:00
Fix odd formatting in NEWS
[skip ci]
This commit is contained in:
parent
b5425ccc27
commit
1e2c3d6d93
1 changed files with 4 additions and 4 deletions
8
NEWS.md
8
NEWS.md
|
@ -23,7 +23,7 @@ is now:
|
||||||
* `define_enum_for`: `with` is deprecated in favor of `with_values`. This is to
|
* `define_enum_for`: `with` is deprecated in favor of `with_values`. This is to
|
||||||
prevent confusion with `with_prefix` and `with_suffix`, which are new.
|
prevent confusion with `with_prefix` and `with_suffix`, which are new.
|
||||||
|
|
||||||
* *PR: [#1077]
|
* *PR: [#1077]*
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
||||||
|
@ -149,9 +149,9 @@ is now:
|
||||||
* Replace usage of Fixnum with Integer to prevent Ruby 2.4 from emitting
|
* Replace usage of Fixnum with Integer to prevent Ruby 2.4 from emitting
|
||||||
deprecation warnings.
|
deprecation warnings.
|
||||||
|
|
||||||
* Commits: [61c3654], [03a1d21]
|
* *Commits: [61c3654], [03a1d21]*
|
||||||
* PRs: [#1040], [#1031], [#1009]
|
* *PRs: [#1040], [#1031], [#1009]*
|
||||||
* Original issue: [#1001]
|
* *Original issue: [#1001]*
|
||||||
|
|
||||||
[61c3654]: https://github.com/thoughtbot/shoulda-matchers/commit/61c365416a09c5cffd7fcb774a07de4abf8e9afd
|
[61c3654]: https://github.com/thoughtbot/shoulda-matchers/commit/61c365416a09c5cffd7fcb774a07de4abf8e9afd
|
||||||
[03a1d21]: https://github.com/thoughtbot/shoulda-matchers/commit/03a1d213805a44a0aec99857e01cab8524aa0c05
|
[03a1d21]: https://github.com/thoughtbot/shoulda-matchers/commit/03a1d213805a44a0aec99857e01cab8524aa0c05
|
||||||
|
|
Loading…
Add table
Reference in a new issue