From 6c3bfab3038decb5c10fe149023eaa1dc8171c61 Mon Sep 17 00:00:00 2001 From: BeppiMenozzi Date: Sun, 27 Nov 2016 13:24:41 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa0f7f5..3248991 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ In your Application's or Module's build.gradle file: dependencies { ... - compile 'com.github.BeppiMenozzi:TriStateToggleButton:1.0.4' + compile 'com.github.BeppiMenozzi:TriStateToggleButton:1.0.5' ... } @@ -89,6 +89,9 @@ To have a two-states toggle button, with an undefined starting value: Browse the full example here: Example +### New in 1.0.5 +* Fixed: added super in setEnabled() + ### New in 1.0.4 * Fixed: setting a boolean value programmatically sometimes didn't update status