Skip to content

Commit

Permalink
CHANGES.md: Note observer cleanup fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Jul 26, 2013
1 parent 5e8e88a commit f505e13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ This document outlines changes since 0.3.0. For older changelogs, see the

* Fixed an issue with `OnDemandList` involving where a new row is inserted in
the DOM when the relevant result set is currently empty. (#647)
* Fixed issues involving `List` and `OnDemandList` not properly cleaning up
observers that are no longer needed. (#642)
* Reworked logic in `List#adjustRowIndices` to not skip updating row indices
even when `maintainOddEven` is `false`.
* Fixed an edge case in `OnDemandList` where it would refuse to load additional
Expand Down

0 comments on commit f505e13

Please sign in to comment.