不要怂,就是干,撸起袖子干!

Commit c8a9a520 by Mick Hansen

Update changelog.md

1 parent b5475a7c
Showing with 4 additions and 0 deletions
......@@ -4,6 +4,10 @@ Notice: All 1.7.x changed are present in 2.0.x aswell
- instance.createAssociationInstance functionality added [#1213](https://github.com/sequelize/sequelize/pull/1213)
- 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
- max()/min() now supports dates [#1200](https://github.com/sequelize/sequelize/pull/1200)
- findAndCountAll now supports the include option
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!