From 98eb895f022a1cf28bb915eee6b7d99b183b3778 Mon Sep 17 00:00:00 2001 From: Sascha Depold Date: Tue, 29 Jan 2013 08:56:08 +0100 Subject: [PATCH] changes in 1.6.0 --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index e5579001a4d4..17cec16bdb3e 100644 --- a/changelog.md +++ b/changelog.md @@ -1,10 +1,13 @@ # v1.6.0 # - [DEPENDENCIES] upgraded most dependencies. most important: mysql was upgraded to 2.0.0-alpha-3 - [REFACTORING] separated tests for dialects +- [OTHERS] code was formatted to fit the latest code style guidelines (thanks to durango) - [BUG] fixed wrong version in sequelize binary - [BUG] local options have higher priority than global options (thanks to guersam) - [BUG] fixed where clause when passing an empty array (thanks to kbackowski) - [BUG] fixed updateAttributes for models/tables without primary key (thanks to durango) +- [BUG] fixed the location of the foreign key when using belongsTo (thanks to ricardograca) +- [BUG] don't return timestamps if only specific attributes have been seleceted (thanks to ricardograca) - [FEATURE] added association prefetching for find and findAll - [FEATURE] it's now possible to use callbacks of async functions inside migrations (thanks to mphilpot) - [FEATURE] improved comfort of sequelize.query. just pass an sql string to it and wait for the result