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

Commit 9132593f by Mick Hansen

Fix typo

1 parent 9bdc1c0a
Showing with 1 additions and 1 deletions
......@@ -5,7 +5,7 @@ Notice: All 1.7.x changes are present in 2.0.x aswell
- fixes various issues with limit and includes [#1322](https://github.com/sequelize/sequelize/pull/1322)
#### Backwards compatability changes
- find/findAll will not always return primary keys regardless of `attributes` settings. (Motivation was to fix various issues with eager loading)
- find/findAll will now always return primary keys regardless of `attributes` settings. (Motivation was to fix various issues with eager loading)
# v1.7.0-rc3
- dropAllTables now takes an option parameter with `skip` as an option [#1280](https://github.com/sequelize/sequelize/pull/1280)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!