diff options
author | Allan Wang <me@allanwang.ca> | 2019-09-22 22:19:41 -0700 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-09-22 22:19:41 -0700 |
commit | 8a0420e32031912e0f2079f79c7d5b4b38d59c24 (patch) | |
tree | 6bc511504bae5de618399f2f4a248d08747c708f /docs | |
parent | 5dce2fc098908d5ee2842e07e13390a756e27a26 (diff) | |
parent | cd4799b7b93c542e1d8204a32b6d43df7e5d1191 (diff) | |
download | kau-8a0420e32031912e0f2079f79c7d5b4b38d59c24.tar.gz kau-8a0420e32031912e0f2079f79c7d5b4b38d59c24.tar.bz2 kau-8a0420e32031912e0f2079f79c7d5b4b38d59c24.zip |
Merge remote-tracking branch 'origin/dev' into nav-bar-flag
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 |