aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-05-31 11:24:36 +0200
committerYves Senn <yves.senn@gmail.com>2015-05-31 11:24:36 +0200
commitb25436abc446c682610756af74257fd86151fb92 (patch)
treec066d59dcd8704e732ea1583de88ac277e619272 /activerecord/CHANGELOG.md
parent0b34b79d648e2f10e91ca280e38a5f18af3c7134 (diff)
downloadrails-b25436abc446c682610756af74257fd86151fb92.tar.gz
rails-b25436abc446c682610756af74257fd86151fb92.tar.bz2
rails-b25436abc446c682610756af74257fd86151fb92.zip
minor formatting changes in changelogs. [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 2cd9791aa0..f6a0777faf 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -21,7 +21,7 @@
* Allow proc defaults to be passed to the attributes API. See documentation
for examples.
- *Sean Griffin, Kir Shatrov*
+ *Sean Griffin*, *Kir Shatrov*
* SQLite: `:collation` support for string and text columns.
@@ -290,7 +290,7 @@
*Josef Šimánek*
-* Fixed ActiveRecord::Relation#becomes! and changed_attributes issues for type
+* Fixed `ActiveRecord::Relation#becomes!` and `changed_attributes` issues for type
columns.
Fixes #17139.
@@ -473,8 +473,8 @@
*Henrik Nygren*
-* Fixed ActiveRecord::Relation#group method when an argument is an SQL
- reserved key word:
+* Fixed `ActiveRecord::Relation#group` method when an argument is an SQL
+ reserved keyword:
Example:
@@ -483,7 +483,7 @@
*Bogdan Gusiev*
-* Added the `#or` method on ActiveRecord::Relation, allowing use of the OR
+* Added the `#or` method on `ActiveRecord::Relation`, allowing use of the OR
operator to combine WHERE or HAVING clauses.
Example:
@@ -683,7 +683,7 @@
The preferred method to halt a callback chain from now on is to explicitly
`throw(:abort)`.
- In the past, returning `false` in an ActiveRecord `before_` callback had the
+ In the past, returning `false` in an Active Record `before_` callback had the
side effect of halting the callback chain.
This is not recommended anymore and, depending on the value of the
`config.active_support.halt_callback_chains_on_return_false` option, will