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