aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2014-05-02 11:56:03 +0200
committerRobin Dupret <robin.dupret@gmail.com>2014-05-02 11:56:03 +0200
commit5c87c95a71a8f643bbef8c6d6773a74112b8371c (patch)
tree7dfdb858295ae7359b7685c889c97eeec2b5eb2a /activemodel
parent0591f1823b45005f4822f513d0103cfff0463fee (diff)
downloadrails-5c87c95a71a8f643bbef8c6d6773a74112b8371c.tar.gz
rails-5c87c95a71a8f643bbef8c6d6773a74112b8371c.tar.bz2
rails-5c87c95a71a8f643bbef8c6d6773a74112b8371c.zip
Enhance a bit a few changelog entries [ci skip]
Diffstat (limited to 'activemodel')
-rw-r--r--activemodel/CHANGELOG.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 0db220ab8f..8f892ea3a7 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,6 +1,7 @@
* Introduce `validate` as an alias for `valid?`.
- This is more intuitive when you want to run validations but don't care about the return value.
+ This is more intuitive when you want to run validations but don't care about
+ the return value.
*Henrik Nyh*