-[BUG] Fix regression introduced in 2.1.2: updatedAt not set anymore [3667](https://github.com/sequelize/sequelize/pull/3667)
-[BUG] Fix managed transactions not rolling back if no thenable was provided in the transaction block [3667](https://github.com/sequelize/sequelize/pull/3667)
# 2.1.2
# 2.1.2
-[BUG]`Model.create()/update()` no longer attempts to save undefined fields.
-[BUG]`Model.create()/update()` no longer attempts to save undefined fields.
# 2.1.1
# 2.1.1
-[BUG] .get() now passes along options correctly when using a custom getter
-[BUG] .get() now passes along options correctly when using a custom getter
-[BUG] Fix managed transactions not rolling back if an error occured the transaction block [3661](https://github.com/sequelize/sequelize/pull/3661)
-[BUG] Fix a node-webkit issue [3650](https://github.com/sequelize/sequelize/pull/3650)
-[FEATURE] Lock modes in Postgres now support `OF table`
-[FEATURE] Lock modes in Postgres now support `OF table`
-[FEATURE] New transaction lock modes `FOR KEY SHARE` and `NO KEY UPDATE` for Postgres 9.3+
-[FEATURE] New transaction lock modes `FOR KEY SHARE` and `NO KEY UPDATE` for Postgres 9.3+
-[FEATURE/REFACTOR] Rewritten scopes with complete support for includes and scopes across associations
-[FEATURE/REFACTOR] Rewritten scopes with complete support for includes and scopes across associations
.throw('Naming collision between attribute \'user\' and association \'user\' on model user. To remedy this, change either foreignKey or as in your association definition');
.throw('Naming collision between attribute \'user\' and association \'user\' on model user. To remedy this, change either foreignKey or as in your association definition');