Skip to content

Commit

Permalink
CHANGES.md: promote a regression fix to "significant"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Jun 28, 2013
1 parent 2932019 commit 70791d9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ This document outlines changes since 0.3.0. For older changelogs, see the
* `_StoreMixin` (used by `OnDemandList`, `OnDemandGrid`, and `Pagination`) now
supports calling the `set` method of Stateful objects during `save`. (#563)

### Column Plugins

* Resolved an infinite-recursion regression in `selector`, observable when used
in conjunction with the `ColumnReorder` extension. (#525)

### Extensions

* Fixed a regression in the `ColumnResizer` extension where columns were no
Expand All @@ -35,8 +40,6 @@ This document outlines changes since 0.3.0. For older changelogs, see the

### Column Plugins

* Resolved an infinite-recursion issue in `selector`, observable when used in
conjunction with the `ColumnReorder` extension. (#525)
* Resolved an issue in `selector` where selectors would not work in cases where
the initial column structure did not contain a selector column, but the
structure was later changed to include one. (#533)
Expand Down

0 comments on commit 70791d9

Please sign in to comment.