mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Add CHANGELOG entry to the uuid datatype support to PostgreSQL adpter
This commit is contained in:
parent
57a952a223
commit
508834c599
1 changed files with 2 additions and 0 deletions
|
@ -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`.
|
||||
|
|
Loading…
Reference in a new issue