From 69e16e76e66fbaae21fb69ecfccc1f436b2aa183 Mon Sep 17 00:00:00 2001 From: Luis Lobo Borobia Date: Mon, 27 Mar 2017 12:27:44 -0500 Subject: [PATCH] Removed repeated version comment for 0.11.4 Removed repeated version comment for 0.11.4 --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d74c4625..b80efe448 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -66,10 +66,6 @@ * [BUGFIX] Fix join table mapping for 2-way collection assocations (i.e. "many to many"), specifically in the case when a `through` model is being used, and custom column names are configured. Originally identified in [this StackOverflow question](http://stackoverflow.com/questions/37774857/sailsjs-through-association-how-to-create-association) (Thanks [@ultrasaurus](https://github.com/ultrasaurus)!) [8b46f0f](https://github.com/balderdashy/waterline/commit/8b46f0f), [1f4ff37](https://github.com/balderdashy/waterline/commit/1f4ff37) * [BUGFIX] Make `.add()` idempotent in 2-way collection associations -- i.e. don't error out if the join record already exists. Fixes [#3784](https://github.com/balderdashy/sails/issues/3784 (Thanks [@linxiaowu66](https://github.com/linxiaowu66)!) [a14d16a](https://github.com/balderdashy/waterline/commit/a14d16a),[5b0ea8b](https://github.com/balderdashy/waterline/commit/5b0ea8b) -### 0.11.4 - -* [BUGFIX] Fix auto-updating attributes to take into account custom column names. See [#1360](https://github.com/balderdashy/waterline/pull/1360) for more details. Thanks to [@jenjenut233](https://github.com/jenjenut233) for the patch! Also fixes https://github.com/balderdashy/sails/issues/3821. - ### 0.12.2 * [BUGFIX] Fix issues with compatibility in alter auto-migrations. This was causing corrupted data depending on the permutation of adapter version and Waterline version. This should be fixed in the SQL adapters that support the new select query modifier.