aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-03-20 12:09:55 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-03-20 12:09:56 -0300
commit7e8a74d40125be9d8afc8571ab7e28c67662c484 (patch)
tree7e719d39d08bdab27d01d756bcf8bb8600272f9c /activerecord
parentdc2bc388bc8c6c345337052bf0d60f5243d899d4 (diff)
downloadrails-7e8a74d40125be9d8afc8571ab7e28c67662c484.tar.gz
rails-7e8a74d40125be9d8afc8571ab7e28c67662c484.tar.bz2
rails-7e8a74d40125be9d8afc8571ab7e28c67662c484.zip
Remove bad changelog entry from AR [ci skip]
Introduced in dc2bc388bc8c6c345337052bf0d60f5243d899d4.
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index ebab222b8c..c0e0bb1dbc 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -10,9 +10,6 @@
are used.
Fixes #9796.
-* Support PostgreSQL specific column types when using `change_table`.
- Fixes #9480.
-
*Juan M. Cuello + Dembskiy Alexander*
* Reload the association target if it's stale. `@stale_state` should be nil