aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2014-04-03 10:46:46 +0200
committerYves Senn <yves.senn@gmail.com>2014-04-03 10:46:46 +0200
commitbd34a950dc7e21abe1340f630082c86197ad9dfc (patch)
treeab7895aa35069b131e798c875392f2d9061ba874 /activerecord/CHANGELOG.md
parentc0e0e80fccf350ae5b59c9b17ec45577ff60f3cb (diff)
parent1f432c54658cf54608a6e37b70b8dc8e40521502 (diff)
downloadrails-bd34a950dc7e21abe1340f630082c86197ad9dfc.tar.gz
rails-bd34a950dc7e21abe1340f630082c86197ad9dfc.tar.bz2
rails-bd34a950dc7e21abe1340f630082c86197ad9dfc.zip
Merge branch 'lavrovdv-patch-1'
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index acd3d395c5..f7718394af 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,11 @@
+* Treat blank UUID values as `nil`.
+
+ Example:
+
+ Sample.new(uuid_field: '') #=> <Sample id: nil, uuid_field: nil>
+
+ *Dmitry Lavrov*
+
* Enable support for materialized views on PostgreSQL >= 9.3.
*Dave Lee*