diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-06-14 19:21:58 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2012-06-14 19:21:58 -0300 |
commit | 508834c5991be49f4d8855e76b3d59165bb3d920 (patch) | |
tree | e0c31d315ddf951d3cf6b7d106f614387f94e123 /activerecord | |
parent | 57a952a223e10b1f4062f45a9490dc7076ea40ba (diff) | |
download | rails-508834c5991be49f4d8855e76b3d59165bb3d920.tar.gz rails-508834c5991be49f4d8855e76b3d59165bb3d920.tar.bz2 rails-508834c5991be49f4d8855e76b3d59165bb3d920.zip |
Add CHANGELOG entry to the uuid datatype support to PostgreSQL adpter
Diffstat (limited to 'activerecord')
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md index 4ea1efdcbd..cfb1e7071c 100644 --- a/activerecord/CHANGELOG.md +++ b/activerecord/CHANGELOG.md @@ -1,5 +1,7 @@ ## Rails 4.0.0 (unreleased) ## +* Add uuid datatype support to PostgreSQL adapter. *Konstantin Shabanov* + * `update_attribute` has been removed. Use `update_column` if you want to bypass mass-assignment protection, validations, callbacks, and touching of updated_at. Otherwise please use `update_attributes`. |