From 4ae204d85f6ea1bbf48569bb07cbfc60f28654d4 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Fri, 20 Mar 2020 12:34:07 -0600 Subject: [PATCH] Update NEWS [ci skip] --- NEWS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/NEWS.md b/NEWS.md index a799f96a..1e46f67a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +# HEAD (unreleased) + +### Features + +* Add an `ignoring_check_for_db_index` qualifier to the `have_secure_token` + matcher, since `has_secure_token` encourages use of an index but does not + enforce it. ([#1278]) + +[#1278]: https://github.com/thoughtbot/shoulda-matchers/pull/1278 + # 4.3.0 ### Features @@ -5,6 +15,7 @@ * Add `have_rich_text` matcher for `ActionText` ([#1263]) ### Improvements + * Use range on `validate_exclusion_of#in_range` documentation ([#1273]) ### Bug fixes