Skip to content

Commit

Permalink
Merge pull request #9344 from senny/changelog_cleanup
Browse files Browse the repository at this point in the history
unify AR changelog entries [ci skip]
  • Loading branch information
rafaelfranca committed Feb 20, 2013
2 parents 0916f88 + de615b3 commit 73988bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions activerecord/CHANGELOG.md
Expand Up @@ -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*

Expand All @@ -36,7 +36,7 @@
*John Wang*

* Descriptive error message when the necessary AR adapter gem was not found.
Fix #7313
Fixes #7313.

*Yves Senn*

Expand Down Expand Up @@ -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:

Expand Down Expand Up @@ -243,7 +243,7 @@
*John Wang*

* Collection associations `#empty?` always respects builded records.
Fix #8879.
Fixes #8879.

Example:

Expand Down

0 comments on commit 73988bc

Please sign in to comment.