From d8d510f4cc4043779cee1d4427e8944a9fb20f83 Mon Sep 17 00:00:00 2001 From: Elliot Winkler Date: Fri, 11 Apr 2014 14:48:52 -0600 Subject: [PATCH] Update NEWS wrt Rails 4.1 compatibility --- NEWS.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index b097766c..ba63fa30 100644 --- a/NEWS.md +++ b/NEWS.md @@ -30,8 +30,8 @@ * Running `rake` now installs Appraisals before running the test suite. -* Additionally, we now manage Appraisals using the `appraisal` executable that - is coming in Appraisal 1.0.0 (we're using the beta for now). +* Additionally, we now manage Appraisals using the `appraisal` executable in + Appraisal 1.0.0. * Add `allow_nil` option to `validate_numericality_of` so that you can validate that numeric values are validated only if a value is supplied. @@ -54,6 +54,10 @@ * Add missing description to `permit` matcher. +* Fix compatibility with Rails 4.1: + * `set_the_flash` and `have_and_belongs_to_many` no longer raise errors + * Minitest no longer prints warnings whenever shoulda-matchers is required + # v 2.5.0 * Fix Rails/Test::Unit integration to ensure that the test case classes we are