Skip to content

Commit

Permalink
CHANGELOG formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Vaughn committed Feb 20, 2017
1 parent 73c5172 commit 0616c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Changelog

##### 9.0.2
* 🎉 Added additional DEV-only warnings for improperly configured `CellMeasurerCache` based on user-feedback for the new API.
* 🐛 Fixed edge-case where restoring :columnCount from 0 wouldnt properly restore previous :scrollToRow offset (and vice versa for :rowCount and :scrollToColumn)
* 🐛 Fixed edge-case where restoring `columnCount` from 0 wouldnt properly restore previous `scrollToRow` offset (and vice versa for `rowCount` and `scrollToColumn`)
* Updated `Grid` and `Collection` to move some state-setting logic related to offsets from `componentWillUpdate` to `componentWillReceiveProps`. This change should have no externally visible impact.

##### 9.0.1
Expand Down

0 comments on commit 0616c2e

Please sign in to comment.