From cecd28e987ee42a2e773ef33237f960137b6e51e Mon Sep 17 00:00:00 2001 From: "Kenneth G. Franqueiro" Date: Tue, 11 Mar 2014 18:13:31 -0400 Subject: [PATCH] CHANGES.md: Note tree child modification fix --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 482beff95..9d91d2659 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -9,6 +9,8 @@ This document outlines changes since 0.3.0. For older changelogs, see the * Fixed issue where `List#destroy` would throw an error if `useTouchScroll` is set to `false` on a device with touch support. (#867) +* Fixed a regression in `List` which would cause observed modifications to tree + children to throw errors. (#862) * Fixed a regression in `OnDemandList` where items added to an empty list or grid would be inserted in the wrong position. (#840) * Fixed ordering of inserted preload nodes in the linked list in `OnDemandList`,