diff options
author | Allan Wang <me@allanwang.ca> | 2019-07-01 21:57:57 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-07-01 21:57:57 -0700 |
commit | a7de4466a5acb98eea8da479512b8016d31c4624 (patch) | |
tree | 1cccadfba4c70162fb41652e36525a7a4b321be9 /docs | |
parent | fe300c1012490b3232cb74b88aabe69d1f56e48b (diff) | |
download | kau-a7de4466a5acb98eea8da479512b8016d31c4624.tar.gz kau-a7de4466a5acb98eea8da479512b8016d31c4624.tar.bz2 kau-a7de4466a5acb98eea8da479512b8016d31c4624.zip |
Update migration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Migration.md | 7 |
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 |