Skip to content

Commit

Permalink
Update MIGRATION.md
Browse files Browse the repository at this point in the history
* add note about the fact that the `SecondaryDrawerItem` extends the `PrimaryDrawerItem` now
  • Loading branch information
mikepenz committed Apr 25, 2016
1 parent a9203ed commit 640b1cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
###Upgrade Notes

#### v5.2.0 -> v5.2.1
* the `SecondaryDrawerItem` is now a subclass of the `PrimaryDrawerItem` (extends `PrimaryDrawerItem`). If you have an `if` which checks for the type with `instanceOf` make sure you check for the `SecondaryDrawerItem` first. (`secondaryDrawerItem instanceOf PrimaryDrawerItem == true`)

#### v5.1.6 -> 5.1.8
* if you use the `FastAdapter` please check out the release notes of v1.4.0 (https://github.com/mikepenz/FastAdapter/releases/tag/v1.4.0)

Expand Down

0 comments on commit 640b1cc

Please sign in to comment.