Skip to content

Commit

Permalink
clenaup, unify CHANGELOG format. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Jul 24, 2014
1 parent fa78378 commit a208fb7
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions activerecord/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
* Fix the schema dump generated for tables without constraints and with
primary key with default value of custom PostgreSQL function result.

Fixes #16111
Fixes #16111.

*Andrey Novikov*

Expand Down Expand Up @@ -140,7 +140,7 @@
* Move 'dependent: :destroy' handling for 'belongs_to'
from 'before_destroy' to 'after_destroy' callback chain

Fix #12380.
Fixes #12380.

*Ivan Antropov*

Expand Down Expand Up @@ -261,14 +261,16 @@

* `ActiveRecord::Dirty` now detects in-place changes to mutable values.
Serialized attributes on ActiveRecord models will no longer save when
unchanged. Fixes #8328.
unchanged.

Fixes #8328.

*Sean Griffin*

* Pluck now works when selecting columns from different tables with the same
name.

Fixes #15649
Fixes #15649.

*Sean Griffin*

Expand Down Expand Up @@ -422,7 +424,7 @@
* Fixed the inferred table name of a has_and_belongs_to_many auxiliar
table inside a schema.

Fixes #14824
Fixes #14824.

*Eric Chahin*

Expand Down

0 comments on commit a208fb7

Please sign in to comment.