Skip to content

Commit

Permalink
CHANGES.md: note DijitRegistry#getParent
Browse files Browse the repository at this point in the history
  • Loading branch information
Kenneth G. Franqueiro committed Jun 21, 2013
1 parent b2c5ef8 commit 310458a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ This document outlines changes since 0.3.0. For older changelogs, see the

### Extensions

* The `DijitRegistry` extension now implements an `isLeftToRight` method, to
* The `DijitRegistry` extension now implements the `isLeftToRight` method, to
accommodate needs of Dijit layout widgets in Dojo 1.9. (#536)
* The `DijitRegistry` extension now implements the `getParent` method, to
accommodate e.g. `dijit/_KeyNavContainer`. (#538, thanks k2s)
* The `Pagination` extension now properly initializes the page size drop-down
based on the initial `rowsPerPage` value, if one matches.
(#577, thanks Gordon Smith)
Expand Down

0 comments on commit 310458a

Please sign in to comment.