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

Commit 9b7ebd4f by Mick Hansen

Update changelog.md

1 parent 3a149658
Showing with 1 additions and 0 deletions
......@@ -4,6 +4,7 @@ Notice: All 1.7.x changes are present in 2.0.x aswell
- 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)
- fixes issues with migrations/queryInterface createTable and enums
- migration/queryInterface.addIndex() no longer fals on reserved keywords like 'from'
#### Backwards compatability changes
- find/findAll will now always return primary keys regardless of `attributes` settings. (Motivation was to fix various issues with eager loading)
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!