aboutsummaryrefslogtreecommitdiff
path: root/docs/Migration.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-09-22 22:10:16 -0700
committerGitHub <noreply@github.com>2019-09-22 22:10:16 -0700
commitcd4799b7b93c542e1d8204a32b6d43df7e5d1191 (patch)
tree70945ddab3e46fae987943fb66af9249834c8fde /docs/Migration.md
parentbfba246d84aa6a22bc02837f9fcbd97780867d10 (diff)
parent996f111dbd36b636d004f0706b88c5b1e31af246 (diff)
downloadkau-cd4799b7b93c542e1d8204a32b6d43df7e5d1191.tar.gz
kau-cd4799b7b93c542e1d8204a32b6d43df7e5d1191.tar.bz2
kau-cd4799b7b93c542e1d8204a32b6d43df7e5d1191.zip
Merge pull request #222 from AllanWang/swipe-enhancement
Swipe enhancement
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 a7162fa..fb29f7b 100644
--- a/docs/Migration.md
+++ b/docs/Migration.md
@@ -2,6 +2,13 @@
Below are some highlights on major refactoring/breaking changes
+# v5.1.0
+
+## KPref
+
+You'll notice some errors with kpref imports. You can simply remove (optimize) them.
+Extension functions were converted to interfaces to allow for mocking, so imports are no longer necessary.
+
# v5.0.0
## Material Dialog Update