Skip to content

Commit

Permalink
CHANGES.md: Note long selection range error fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Dec 27, 2013
1 parent e3fc0a2 commit bb23488
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Expand Up @@ -17,6 +17,13 @@ This document outlines changes since 0.3.0. For older changelogs, see the
* Fixed an issue where `sort` would be ignored if it was a function with 0 arity,
such as a hitched function being passed to a Memory store. (#771)

### Mixins

* Fixed an issue in `Selection` and `CellSelection` which would cause errors when
selecting very long ranges spanning beyond the currently-rendered rows in an
OnDemandList. Note that while errors will no longer be thrown, the selection
range will still be reset. (#705)

### Extensions

* The `Pagination` extension now includes an Arabic localization bundle.
Expand Down

0 comments on commit bb23488

Please sign in to comment.