Skip to content

Commit

Permalink
Note Selection deselect/allowSelect fix in CHANGES.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Mar 5, 2013
1 parent 5d6a2fd commit 1432dcc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1432dcc

Please sign in to comment.