Skip to content

Commit

Permalink
update readme, fix typo in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DenTelezhkin committed Oct 11, 2015
1 parent 7594057 commit 684bb07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ This release aims to improve storage updates and UI animation with UICollectionV

There are some backwards-incompatible changes in this release, however Xcode quick-fix tips should guide you through what needs to be changed.

## Added
## Added

* `registerNiblessCellClass` and `registerNiblessSupplementaryClass` methods to support creating cells and supplementary views from code


## Bugfixes

* Fixed `cellConfiguration` method, that was working incorrectly
* Fixed retain cycles in event blocks

## [4.1.0](https://github.com/DenHeadless/DTCollectionViewManager/releases/tag/4.1.0)

Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Powerful protocol-oriented UICollectionView management framework, written in Swi
## Features

- [x] Powerful mapping system between data models and cells, headers and footers
- [x] Views created from code, XIB, or storyboard
- [x] Flexible Memory/CoreData/Custom storage options
- [x] Automatic datasource and interface synchronization.
- [x] Automatic XIB registration and dequeue
Expand Down

0 comments on commit 684bb07

Please sign in to comment.