From 9f24f2b9b87be9fa830b35dc68d7098567030b88 Mon Sep 17 00:00:00 2001 From: "Kenneth G. Franqueiro" Date: Fri, 27 Sep 2013 11:22:34 -0400 Subject: [PATCH] CHANGES.md: Note Selection event on store item removal fix --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 4fa01931c..8b2e748c4 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -14,6 +14,11 @@ This document outlines changes since 0.3.0. For older changelogs, see the `tree` by adding a `cleanEmptyObservers` flag, which `tree` will set to false. (#713) +### Mixins + +* Fixed a follow-up issue in `Selection` related to the fix for #226, where + deselect events were not firing for removed rows. (#684) + ## Other changes and fixes ### General/Core