Skip to content

Commit

Permalink
Fix PR and issue links of CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
drakeet committed Feb 6, 2019
1 parent c0b03b4 commit f2e35a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Version 4.0.0-alpha2 - Feb 06, 2019

This migrates MultiType to Kotlin (#253)
This migrates MultiType to Kotlin ([#253](https://github.com/drakeet/MultiType/pull/253))

#### Features

Expand All @@ -14,7 +14,7 @@ This migrates MultiType to Kotlin (#253)

#### Breaking Changes

- Change all protected methods of `ItemViewBinder` to public (#245)
- Change all protected methods of `ItemViewBinder` to public ([#245](https://github.com/drakeet/MultiType/issues/245))
- Change the `payloads` parameter of `ItemViewBinder#onBindViewHolder(holder, item, payloads)` to be of `List<Any>` type
- Change the `clazz` parameter of `MultiTypeAdapter#register(...)` from `Class<? extends T>` to `Class<T>`
- Remove `Items` class
Expand Down

0 comments on commit f2e35a9

Please sign in to comment.