-[FIXED] Apply scopes to `aggregate`[#4764](https://github.com/sequelize/sequelize/issues/4764)
-[FIXED] Apply scopes to `aggregate`[#4764](https://github.com/sequelize/sequelize/issues/4764)
-[ADDED/FIXED] Lower case `onDelete` option to allow the use of `onDelete: 'CASCADE', hooks: true`.
-[ADDED/FIXED] Lower case `onDelete` option to allow the use of `onDelete: 'CASCADE', hooks: true`.
-[FIXED] Ignore attributes in `count`[#4566](https://github.com/sequelize/sequelize/issues/4566)
# 3.13.0
# 3.13.0
-[FIXED] timestamp columns are no longer undefined for associations loaded with `separate`. [#4740](https://github.com/sequelize/sequelize/issues/4740)
-[FIXED] timestamp columns are no longer undefined for associations loaded with `separate`. [#4740](https://github.com/sequelize/sequelize/issues/4740)
...
@@ -32,7 +33,7 @@
...
@@ -32,7 +33,7 @@
-[FIXED] Include all with scopes [#4584](https://github.com/sequelize/sequelize/issues/4584)
-[FIXED] Include all with scopes [#4584](https://github.com/sequelize/sequelize/issues/4584)
-[INTERNALS] Corrected spelling seperate -> separate
-[INTERNALS] Corrected spelling seperate -> separate
-[ADDED] Added `include` and `exclude` to `options.attributes`. [#4074](https://github.com/sequelize/sequelize/issues/4074)
-[ADDED] Added `include` and `exclude` to `options.attributes`. [#4074](https://github.com/sequelize/sequelize/issues/4074)
-[FIXED/INTERNALS] Only recurse on plain objects in `mapOptionFieldNames`. [#4596](https://github.com/sequelize/sequelize/issues/4596)
-[FIXED/INTERNALS] Only recurse on plain objects in `mapOptionFieldNames`. [#4596](https://github.com/sequelize/sequelize/issues/4596)
# 3.10.0
# 3.10.0
-[ADDED] support `search_path` for postgres with lots of schemas [#4534](https://github.com/sequelize/sequelize/pull/4534)
-[ADDED] support `search_path` for postgres with lots of schemas [#4534](https://github.com/sequelize/sequelize/pull/4534)