From 781bfca65ab5787cf5742db63209e779b2b2fd80 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Mon, 24 Aug 2020 21:51:35 -0600 Subject: [PATCH] Update CHANGELOG [ci skip] --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cbb90dc..cd83e727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -67,12 +67,15 @@ * Remove warnings emitted on Ruby 2.7 in Doublespeak. ([#1328]) +* Clean up requires within the code by converting them to `autoload`s. ([#1320]) + [#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 +[#1320]: https://github.com/thoughtbot/shoulda-matchers/pull/1320 ## 4.3.0 - 2020-02-18