From cba3425d4a9c41d6b93a062d3b3fce149a0b6e72 Mon Sep 17 00:00:00 2001 From: Cody Stoltman Date: Tue, 22 Mar 2016 11:07:02 -0500 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a849031..d7fce39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Waterline-Sequel Changelog +### 0.6.1 + +* [BUG] Fix an issue when populating the one side of a one-to-many association where virtual attributes were trying to be selected. See [#84](https://github.com/balderdashy/waterline-sequel/pull/84) for more details. Thanks [@Bazze](https://github.com/Bazze) for the issue submission. + ### 0.6.0 * [ENHANCEMENT] Add the ability to use projections in join queries. See [#80](https://github.com/balderdashy/waterline-sequel/pull/80) for more details.