From d1be1f7fc67718e564e79e37677d5798932cc2da Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Mon, 24 Aug 2020 16:27:42 -0600 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4bcf3c2d9..42840fe91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -61,9 +61,18 @@ if the inverse model does not have a `belongs_to` association. ([#646], [#723], [c0a1578]) +* Add Ruby 2.7 to test matrix and default development Ruby. ([#1310]) + +* Remove warnings emitted on Ruby 2.7 in `word_wrap`. ([#1314]) + +* Remove warnings emitted on Ruby 2.7 in Doublespeak. ([#1328]) + [#646]: https://github.com/thoughtbot/shoulda-matchers/issues/646 [#723]: https://github.com/thoughtbot/shoulda-matchers/pull/723 [c0a1578]: https://github.com/thoughtbot/shoulda-matchers/commit/c0a1578435f66d6fbf0db1164205bd8d99f6aa2f +[#1310]: https://github.com/thoughtbot/shoulda-matchers/pull/1310 +[#1314]: https://github.com/thoughtbot/shoulda-matchers/pull/1314 +[#1328]: https://github.com/thoughtbot/shoulda-matchers/pull/1328 ## 4.3.0 - 2020-02-18