aboutsummaryrefslogtreecommitdiffstats
path: root/activemodel/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-11-28 17:21:18 +0100
committerYves Senn <yves.senn@gmail.com>2013-11-28 17:24:15 +0100
commit7c6d99e81e05be57b884cbfed4e12986669bd5b4 (patch)
tree5c57f3b94be15c4b13565ccd02f961313dc913a2 /activemodel/CHANGELOG.md
parent8c944dea76cb24bc6d12a275f5afe548e65059a1 (diff)
downloadrails-7c6d99e81e05be57b884cbfed4e12986669bd5b4.tar.gz
rails-7c6d99e81e05be57b884cbfed4e12986669bd5b4.tar.bz2
rails-7c6d99e81e05be57b884cbfed4e12986669bd5b4.zip
first pass through CHANGELOGS to extract 4_1_release_notes. [ci skip]
Extract **notable changes**, **deprecations** and **removals** from each CHANGELOG. I tried to reference the commits and pull requests for new features and deprecations. In the process I also made some minor changes to the CHANGELOGS. The 4_1_release_notes guide is declared WIP.
Diffstat (limited to 'activemodel/CHANGELOG.md')
-rw-r--r--activemodel/CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/activemodel/CHANGELOG.md b/activemodel/CHANGELOG.md
index e8602ecbcf..77d1252f1f 100644
--- a/activemodel/CHANGELOG.md
+++ b/activemodel/CHANGELOG.md
@@ -7,7 +7,7 @@
*William Myers*
-* Added new API methods `reset_changes` and `changed_applied` to `ActiveModel::Dirty`
+* Added new API methods `reset_changes` and `changes_applied` to `ActiveModel::Dirty`
that control changes state. Previsously you needed to update internal
instance variables, but now API methods are available.
@@ -23,7 +23,7 @@
for non-numerical ones.
Fixes range validations like `:a..:f` that used to pass with values like `:be`.
- Fixes #10593
+ Fixes #10593.
*Charles Bergeron*