aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-07-24 14:52:51 +0200
committerYves Senn <yves.senn@gmail.com>2014-07-24 14:53:19 +0200
commita208fb764727e32a598450f6146df4545845cb45 (patch)
treebe8deb4dec0fb5036f398361de4ad8dc19c95b4a
parentfa78378f764402ddcb910660c788d19b5f85c253 (diff)
downloadrails-a208fb764727e32a598450f6146df4545845cb45.tar.gz
rails-a208fb764727e32a598450f6146df4545845cb45.tar.bz2
rails-a208fb764727e32a598450f6146df4545845cb45.zip
clenaup, unify CHANGELOG format. [ci skip]
-rw-r--r--activerecord/CHANGELOG.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index f71a887f32..e3be1eb894 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -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*
@@ -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*
@@ -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*
@@ -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*