From 7e8991a7722c1c40eb1ec4e35bc821f35eac5497 Mon Sep 17 00:00:00 2001 From: Pedro Paiva Date: Sat, 19 Dec 2020 23:10:43 -0300 Subject: [PATCH] Bring CHANGELOG up to date --- CHANGELOG.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff3455b9b..23d1e4d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## Unreleased + +### Bug fixes + +* Fix have_db_column.with_options misspelled options. [(#1358)] +* Improve error message for assossiation_matcher.with_foreign_key option. ([#1376]) +* Fix default value of has_many validate. It was returning false instead of true. ([#1378]) +* Fix validate_absence_of failing for array columns. ([#1383]) + +[#1358]: https://github.com/thoughtbot/shoulda-matchers/issues/1358 +[#1376]: https://github.com/thoughtbot/shoulda-matchers/issues/1376 +[#1378]: https://github.com/thoughtbot/shoulda-matchers/pull/1378 +[#1383]: https://github.com/thoughtbot/shoulda-matchers/pull/1383 + +### Features + +* Add support for has_secure_password custom attributes. ([#1356]) + +[#1356]: https://github.com/thoughtbot/shoulda-matchers/issues/1356 + ## 4.4.1 - 2020-08-26 ### Bug fixes @@ -30,7 +50,7 @@ * Fix `have_and_belong_to_many` so that when using the `join_table` qualifier you can pass a symbol rather than a string. ([#1323]) -[#1290]: https://github.com/thoughtbot/shoulda-matchers/issues/952 +[#1290]: https://github.com/thoughtbot/shoulda-matchers/issues/1290 [#952]: https://github.com/thoughtbot/shoulda-matchers/issues/952 [#992]: https://github.com/thoughtbot/shoulda-matchers/pull/992 [schema_validations]: https://github.com/SchemaPlus/schema_validations