Skip to content

Commit

Permalink
Prepare for 2.16.3 release (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart authored Aug 27, 2018
1 parent 6f75110 commit 9435d73
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 2.16.3 (Aug 24, 2018)
- **New** Add `AsyncEpoxyController` for easy access to async support. Change background diffing to post asynchronously to the main thread (https://github.com/airbnb/epoxy/pull/509)

# 2.16.2 (Aug 23, 2018)
- **Fix** Kotlin lambdas can be used in model constructors (https://github.com/airbnb/epoxy/pull/501)
- **New** Added function to check whether a model build is pending (https://github.com/airbnb/epoxy/pull/506)
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=2.16.2
VERSION_NAME=2.16.3
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 9435d73

Please sign in to comment.