1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00

Update NEWS

[ci skip]
This commit is contained in:
Elliot Winkler 2017-10-03 00:18:55 -05:00
parent 03a1d21380
commit 2bab9dca08

View file

@ -69,11 +69,14 @@ is now:
* Replace usage of Fixnum with Integer to prevent Ruby 2.4 from emitting
deprecation warnings.
* Commit: [61c3654]
* PR: [#1009]
* Commits: [61c3654], [03a1d21]
* PRs: [#1040], [#1031], [#1009]
* Original issue: [#1001]
[61c3654]: https://github.com/thoughtbot/shoulda-matchers/commit/61c365416a09c5cffd7fcb774a07de4abf8e9afd
[03a1d21]: https://github.com/thoughtbot/shoulda-matchers/commit/03a1d213805a44a0aec99857e01cab8524aa0c05
[#1040]: https://github.com/thoughtbot/shoulda-matchers/pulls/1040
[#1031]: https://github.com/thoughtbot/shoulda-matchers/pulls/1031
[#1009]: https://github.com/thoughtbot/shoulda-matchers/pulls/1009
[#1001]: https://github.com/thoughtbot/shoulda-matchers/issues/1001