Skip to content

Commit

Permalink
Releasing version 6.0.0-beta.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Sep 10, 2017
1 parent 78c17dd commit 4fd93cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.

# Next

## [6.0.0-beta.1](https://github.com/DenHeadless/DTTableViewManager/releases/tag/6.0.0-beta.1)

**This is a major release with some breaking changes, please read [DTTableViewManager 6.0 Migration Guide](https://github.com/DenHeadless/DTTableViewManager/blob/master/Documentation/DTTableViewManager%206.0%20Migration%20Guide.md)**

* Added `updateVisibleCells(_:) method`, that allows updating cell data for visible cells with callback on each cell. This is more efficient than calling `reloadData` when number of elements in `UITableView` does not change, and only contents of items change.
Expand Down

0 comments on commit 4fd93cb

Please sign in to comment.