Browse Source

README update

Aidan Follestad 9 years ago
parent
commit
bc4f8e9c73
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -230,6 +230,9 @@ new MaterialDialog.Builder(this)
 
 # Callbacks
 
+**As of version 0.8.2.0, the `callback()` Builder method is deprecated in favor of the individual callback methods
+  discussed below. Earlier versions will still require use of `ButtonCallback`.**
+
 To know when the user selects an action button, you set callbacks:
 
 ```java