-[FEATURE] Added the possibility of removing multiple associations in 1 call [#2338](https://github.com/sequelize/sequelize/issues/2338)
-[FEATURE] Undestroy method for paranoid models [#2540](https://github.com/sequelize/sequelize/pull/2540)
-[FEATURE] Support for UPSERT
...
...
@@ -10,6 +10,8 @@
-[BUG] Made the default for array search in postgres exact comparison instead of overlap
-[BUG] Allow logging from individual functions even though the global logging setting is false. Closes [#2571](https://github.com/sequelize/sequelize/issues/2571)
-[BUG] Allow increment/decrement operations when using schemata
-[BUG] Allow createTable with schema
-[BUG] Fix some issues with findAndCount and include
-[INTERNALS] Update `inflection` dependency to v1.5.2
-[REMOVED] Remove query generation syntactic sugar provided by `node-sql`, as well as the dependency on that module