aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Lopez Prat <daniel@6temes.cat>2018-11-21 08:54:22 +0900
committerDaniel Lopez Prat <daniel@6temes.cat>2018-11-21 08:56:19 +0900
commitee2b84f3cbd97d8116467ea0d44b8182824c83ab (patch)
treeb5a4f4cb32c73ae7515a0e65bba9ea89aacac352 /activemodel/CHANGELOG.md
parent218e50ce59c3abfa5ffdfac253cdeb2f74602da0 (diff)
downloadrails-ee2b84f3cbd97d8116467ea0d44b8182824c83ab.tar.gz
rails-ee2b84f3cbd97d8116467ea0d44b8182824c83ab.tar.bz2
rails-ee2b84f3cbd97d8116467ea0d44b8182824c83ab.zip
Add slice! method to ActiveModel::Errors
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index 6048911217..0bc8728e36 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add `#slice!` method to `ActiveModel::Errors`.
+
+ *Daniel López Prat*
+
* Fix numericality validator to still use value before type cast except Active Record.
Fixes #33651, #33686.