aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-20 09:30:48 -0800
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-02-20 09:30:48 -0800
commit73988bc7ed2aec30d17de7b0f26c29f360afd1d2 (patch)
treeb004c9dfa32f38af38a1c5f7c39e9da287e67f0e /activerecord
parent0916f88f089b992a9b3eaad127fddb72b749d449 (diff)
parentde615b38b32273a26ccf3481dcabdcb9363521d6 (diff)
downloadrails-73988bc7ed2aec30d17de7b0f26c29f360afd1d2.tar.gz
rails-73988bc7ed2aec30d17de7b0f26c29f360afd1d2.tar.bz2
rails-73988bc7ed2aec30d17de7b0f26c29f360afd1d2.zip
Merge pull request #9344 from senny/changelog_cleanup
unify AR changelog entries [ci skip]
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 4ff791a29f..db99acfc32 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -9,7 +9,7 @@
internal operations to fail (sqlite3 adapter only). The method
`allowed_index_name_length` defines the length limit enforced by
rails. It's value defaults to `index_name_length` but can vary per adapter.
- Fix #8264.
+ Fixes #8264.
*Yves Senn*
@@ -36,7 +36,7 @@
*John Wang*
* Descriptive error message when the necessary AR adapter gem was not found.
- Fix #7313
+ Fixes #7313.
*Yves Senn*
@@ -210,7 +210,7 @@
*Lilibeth De La Cruz*
* When `#count` is used in conjunction with `#uniq` we perform `count(:distinct => true)`.
- Fix #6865.
+ Fixes #6865.
Example:
@@ -243,7 +243,7 @@
*John Wang*
* Collection associations `#empty?` always respects builded records.
- Fix #8879.
+ Fixes #8879.
Example: