aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-01-06 10:57:00 +0100
committerYves Senn <yves.senn@gmail.com>2014-01-06 10:57:00 +0100
commit535bd55fcd1d956d923da5c21976d8ba0b8c00af (patch)
tree98716c7d8149657990f87876d24a5d1b9f9e8cb4 /activerecord
parent2229c523aa76e63cdd289a4b7a7f125c01593890 (diff)
downloadrails-535bd55fcd1d956d923da5c21976d8ba0b8c00af.tar.gz
rails-535bd55fcd1d956d923da5c21976d8ba0b8c00af.tar.bz2
rails-535bd55fcd1d956d923da5c21976d8ba0b8c00af.zip
quick formatting pass through CHANGELOGS. [ci skip].
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 866a2eb374..4a321c7a59 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1246,7 +1246,7 @@
*John Wang*
-* Fix `add_column` with `array` option when using PostgreSQL. Fixes #10432
+* Fix `add_column` with `array` option when using PostgreSQL. Fixes #10432.
*Adam Anderson*