Skip to content

Commit

Permalink
update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Oct 25, 2016
1 parent 5be6c2b commit def3dac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to this project will be documented in this file.

## Next

* `StorageUpdate` properties, that tracked changes independently of each other, have been replaced with `objectChanges`, `sectionChanges` arrays, that track all changes in order they occured
* `StorageUpdate` now has `updatedObjects` dictionary, that allow tracking objects, that have been updated, along with corresponding indexPath. It is done because UITableView and UICollectionView defer cell updates after insertions and deletions are completed, and therefore shift indexPaths. For example, if you were to insert 0 item and update it, UITableView would think that you are updating 1 item instead of 0, because it happens in single animation block and 0 item becomes 1.

## [3.0.0](https://github.com/DenHeadless/DTModelStorage/releases/tag/3.0.0)

No changes
Expand Down

0 comments on commit def3dac

Please sign in to comment.