aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-02-23 16:54:40 +0100
committerYves Senn <yves.senn@gmail.com>2015-02-23 16:54:40 +0100
commite71f5dad4e0d27afbcc091173bee20bd6f4d2a4e (patch)
tree35a37ecbe45e1c8e3cf65724bdea74a1be04b2e6 /activerecord/CHANGELOG.md
parent98d896e0aede716ecf3918d54dfc78bad80d2878 (diff)
downloadrails-e71f5dad4e0d27afbcc091173bee20bd6f4d2a4e.tar.gz
rails-e71f5dad4e0d27afbcc091173bee20bd6f4d2a4e.tar.bz2
rails-e71f5dad4e0d27afbcc091173bee20bd6f4d2a4e.zip
some indenting and punctuation fixes. [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index b636ffdc97..131fdc62aa 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -5,7 +5,8 @@
*Josef Šimánek*
-* Fixed ActiveRecord::Relation#becomes! and changed_attributes issues for type column
+* Fixed ActiveRecord::Relation#becomes! and changed_attributes issues for type
+ column.
Fixes #17139.
@@ -48,7 +49,8 @@
*Michael Ryan*
-* `:time` option added for `#touch`
+* `:time` option added for `#touch`.
+
Fixes #18905.
*Hyonjee Joo*
@@ -92,9 +94,9 @@
* `scoping` no longer pollutes the current scope of sibling classes when using
STI. e.x.
- StiOne.none.scoping do
- StiTwo.all
- end
+ StiOne.none.scoping do
+ StiTwo.all
+ end
Fixes #18806.