Skip to content

Commit

Permalink
Release 3.4.1 (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
elihart authored Apr 16, 2019
1 parent 73f5c2b commit 56a5495
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 3.4.0 (April 10, 2019)
# 3.4.1 (April 16, 2019)
- **New** Support kotlin default parameters in @ModelView classes (https://github.com/airbnb/epoxy/pull/722)

# 3.4.0 (April 10, 2019)
- **New** Generate OnModelCheckedChangeListener override for props of type `CompoundButton.OnCheckedChangeListener` (https://github.com/airbnb/epoxy/pull/725)
- **New** Extract ID generation methods to new public IdUtils class (https://github.com/airbnb/epoxy/pull/724)
- **Changed** Reset controller state on failed model build (https://github.com/airbnb/epoxy/pull/720)
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.0
VERSION_NAME=3.4.1
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 56a5495

Please sign in to comment.