aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorJoel Schneider <joel.schneider@webascender.com>2019-07-12 14:49:03 -0400
committerJoel Schneider <joel.schneider@webascender.com>2019-07-12 14:49:03 -0400
commitddd0e9b02614d57aa3876b5679f046eca13b10d4 (patch)
treeceaad7852d1b4099cf68b4b38eb308307de73952 /activerecord/CHANGELOG.md
parent727da1d8cdcab3ff50e399053faf7ba84e05ce03 (diff)
downloadrails-ddd0e9b02614d57aa3876b5679f046eca13b10d4.tar.gz
rails-ddd0e9b02614d57aa3876b5679f046eca13b10d4.tar.bz2
rails-ddd0e9b02614d57aa3876b5679f046eca13b10d4.zip
Make currency symbols optional for money column type in PostgreSQL
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 184e881b25..4dccdf3fd1 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Make currency symbols optional for money column type in PostgreSQL
+
+ *Joel Schneider*
+
* Add database_exists? method to connection adapters to check if a database exists.
*Guilherme Mansur*