aboutsummaryrefslogtreecommitdiff
path: root/docs/Migration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Migration.md')
-rw-r--r--docs/Migration.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/Migration.md b/docs/Migration.md
index 1d8cd9d..721cd0d 100644
--- a/docs/Migration.md
+++ b/docs/Migration.md
@@ -2,6 +2,13 @@
Below are some highlights on major refactoring/breaking changes
+# v3.8.0
+
+Along with the update to support Android Studio 3.1, a lot of changes have occurred with other dependencies and with lint.
+
+* Resource ids can be negatives due to the bit overflow. Instead, `INVALID_ID` has been introduced to signify an unset or invalid id.
+Methods such as `Context.string(id, fallback)` now check against `INVALID_ID` through equality rather than using an inequality to address this.
+
# v3.6.0
## startActivity