@@ -5,6 +5,7 @@ Notice: All 1.7.x changed are present in 2.0.x aswell
...
@@ -5,6 +5,7 @@ Notice: All 1.7.x changed are present in 2.0.x aswell
- fixes a few bugs with transactions in regards to associations
- fixes a few bugs with transactions in regards to associations
- add error handling for transaction creation
- add error handling for transaction creation
-`sequelize --undo` will now actually undo migrations. Its basically an alias for `sequelize --migrate --undo`. [#1059](https://github.com/sequelize/sequelize/pull/1059)
-`sequelize --undo` will now actually undo migrations. Its basically an alias for `sequelize --migrate --undo`. [#1059](https://github.com/sequelize/sequelize/pull/1059)
- fix bug where `{where: {ne: null}}` would result in `!= NULL` instead of `IS NOT NULL`[#1231](https://github.com/sequelize/sequelize/pull/1059)
#### Backwards compatability changes
#### Backwards compatability changes
- Hooks are no longer passing value hashes. Instead, they are now passing instances of the model.
- Hooks are no longer passing value hashes. Instead, they are now passing instances of the model.