From 81739fa76510003b2acc51822d1e9258ddc8d536 Mon Sep 17 00:00:00 2001 From: Allan Wang Date: Mon, 8 Oct 2018 15:56:52 -0400 Subject: Move progress animator migration to 4.0.0 --- docs/Migration.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/Migration.md b/docs/Migration.md index e112850..ea30c0d 100644 --- a/docs/Migration.md +++ b/docs/Migration.md @@ -2,6 +2,13 @@ Below are some highlights on major refactoring/breaking changes +# v4.0.0 + +## Update ProgressAnimator + +`ProgressAnimator` has been completely rewritten to be an extension of `ValueAnimator`. +This for the most part is not a breaking change, apart from the fact that creating an animator will not start it immediately. + # 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. @@ -22,11 +29,6 @@ See [official docs](https://kotlinlang.org/docs/tutorials/android-plugin.html#vi KPref has been slightly refactored internally. Preferences backed by `StringSet` can now go back to `Set` -## Update ProgressAnimator - -`ProgressAnimator` has been completely rewritten to be an extension of `ValueAnimator`. -This for the most part is not a breaking change, apart from the fact that creating an animator will not start it immediately. - # v3.6.0 ## startActivity -- cgit v1.2.3