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

Commit 65a1407a by Mick Hansen

Update changelog.md

1 parent f5fb6122
Showing with 4 additions and 0 deletions
...@@ -2,6 +2,10 @@ Notice: All 1.7.x changes are present in 2.0.x aswell ...@@ -2,6 +2,10 @@ Notice: All 1.7.x changes are present in 2.0.x aswell
# v1.7.0-rc4 # v1.7.0-rc4
- fixes issue with postgres sync and enums [#1020](https://github.com/sequelize/sequelize/issues/1020) - fixes issue with postgres sync and enums [#1020](https://github.com/sequelize/sequelize/issues/1020)
- 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)
# v1.7.0-rc3 # v1.7.0-rc3
- dropAllTables now takes an option parameter with `skip` as an option [#1280](https://github.com/sequelize/sequelize/pull/1280) - 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!