From 1432dccb5aca10a8a4c5f8d486a2cba9096c4b4b Mon Sep 17 00:00:00 2001 From: "Kenneth G. Franqueiro" Date: Tue, 5 Mar 2013 10:18:42 -0500 Subject: [PATCH] Note Selection deselect/allowSelect fix in CHANGES.md --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 622270d9c..12c950e92 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,12 @@ This document outlines changes since 0.3.0. For older changelogs, see the ## Significant changes +### Mixins + +* The `Selection` mixin no longer calls `allowSelect` for `deselect` calls + (only `select` calls). This avoids potential errors when resetting column + structures, and reduces unnecessary calls. + ### Column Plugins * The `tree` plugin's `renderExpando` function now receives a 4th argument: