Skip to content

Commit

Permalink
Prepare for release 3.5.0 (#744)
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart authored May 14, 2019
1 parent 3b959ac commit 915d414
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.5.0 (May 8, 2019)
- **New** Converted EpoxyRecyclerView to Kotlin (you may need to update your usage for this). Also added built in support for `EpoxyRecyclerView#withModels` for easy inline model building with Kotlin.
- **Fixed** Crashes in visibility tracking

# 3.4.2 (April 18, 2019)
- **Fixed** Kotlin default param handling had issues with overloaded functions

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=3.4.2
VERSION_NAME=3.5.0
GROUP=com.airbnb.android
POM_DESCRIPTION=Epoxy is a system for composing complex screens with a ReyclerView in Android.
POM_URL=https://github.com/airbnb/epoxy
Expand Down

0 comments on commit 915d414

Please sign in to comment.