-[CHANGED]`now` function allow milliseconds in timestamps on mysql [#6441](https://github.com/sequelize/sequelize/issues/6441)
-[CHANGED]`now` function allow milliseconds in timestamps on mysql [#6441](https://github.com/sequelize/sequelize/issues/6441)
-[ADDED]`options.rowFormat` added to Query Generator for MySQL dialect using InnoDB engines [#6824](https://github.com/sequelize/sequelize/issues/6824)
-[ADDED]`options.rowFormat` added to Query Generator for MySQL dialect using InnoDB engines [#6824](https://github.com/sequelize/sequelize/issues/6824)
-[FIXED]`Increment` / `Decrement` properly maps to timestamp fields [#6296](https://github.com/sequelize/sequelize/issues/6296)
-[FIXED]`Increment` / `Decrement` properly maps to timestamp fields [#6296](https://github.com/sequelize/sequelize/issues/6296)
-[FIXED] Issue with overrriding custom methods with association mixins (all association methods are now exposed) [#6682](https://github.com/sequelize/sequelize/issues/6682)
## BC breaks:
## BC breaks:
-`DATEONLY` now returns string in `YYYY-MM-DD` format rather than `Date` type
-`DATEONLY` now returns string in `YYYY-MM-DD` format rather than `Date` type
-[FIXED] Issue with overrriding custom methods with association mixins (all association methods are now exposed) [#6682](https://github.com/sequelize/sequelize/issues/6682)
# 4.0.0-2
# 4.0.0-2
-[ADDED] include now supports string as an argument (on top of model/association), string will expand into an association matched literally from Model.associations
-[ADDED] include now supports string as an argument (on top of model/association), string will expand into an association matched literally from Model.associations