- fixes a few bugs with transactions in regards to associations
- fixes a few bugs with transactions in regards to associations
### Backwards compatability changes
- Hooks are no longer passing value hashes. Instead, they are now passing instances of the model.
- Hook callbacks no longer take two arguments (previously: `err, newValues`). They only take the error argument since values can be changed directly on the model instance.
# v1.7.0-beta8
# v1.7.0-beta8
- max()/min() now supports dates [#1200](https://github.com/sequelize/sequelize/pull/1200)
- max()/min() now supports dates [#1200](https://github.com/sequelize/sequelize/pull/1200)