aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2018-01-04 23:14:51 +0900
committerRyuta Kamizono <kamipo@gmail.com>2018-01-04 23:14:51 +0900
commitcb86b95b609c8aa52411322f5a8e0f128696e068 (patch)
tree5f0f5d3af1d1606829be90d37ff014d5c890933c /activesupport/CHANGELOG.md
parent652258e41a882acccdb9a3ce211dbf356e738b28 (diff)
parentaf0361da0ac7e5b7703e772ce69c21c3315a54d0 (diff)
downloadrails-cb86b95b609c8aa52411322f5a8e0f128696e068.tar.gz
rails-cb86b95b609c8aa52411322f5a8e0f128696e068.tar.bz2
rails-cb86b95b609c8aa52411322f5a8e0f128696e068.zip
Merge pull request #31011 from danielma/dma/assert-changes-with-to-should-still-assert-change
`assert_changes` should always assert some change
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index fccaeb5d32..3f77b191f9 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,10 +1,16 @@
+* `assert_changes` will always assert that the expression changes,
+ regardless of `from:` and `to:` argument combinations.
+
+ *Daniel Ma*
+
* Allow the hash function used to generate non-sensitive digests, such as the
ETag header, to be specified with `config.active_support.hash_digest_class`.
The object provided must respond to `#hexdigest`, e.g. `Digest::SHA1`.
*Dmitri Dolguikh*
-
+
+
## Rails 5.2.0.beta2 (November 28, 2017) ##
* No changes.