aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 2 insertions, 5 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c471879885..02fa504c78 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,8 +1,5 @@
-* Preserve type when dumping PostgreSQL bit and bit varying columns.
-
- *Yves Senn*
-
-* Preserve type when dumping PostgreSQL point columns.
+* Preserve type when dumping PostgreSQL point, bit, bit varying and money
+ columns.
*Yves Senn*