diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-07 12:30:22 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-06-07 12:30:22 -0400 |
commit | 879ac366074697dd0a7fbb2c3d99a48d7aeeb22d (patch) | |
tree | ba1ab2f42d3d4407c50c215ba85674700c047db7 /docs | |
parent | 9240538d9517d591f9f04d18be45db564b2dfd77 (diff) | |
download | kau-879ac366074697dd0a7fbb2c3d99a48d7aeeb22d.tar.gz kau-879ac366074697dd0a7fbb2c3d99a48d7aeeb22d.tar.bz2 kau-879ac366074697dd0a7fbb2c3d99a48d7aeeb22d.zip |
Update changelog and migration
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Migration.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/Migration.md b/docs/Migration.md index cdaca4c..c0816d4 100644 --- a/docs/Migration.md +++ b/docs/Migration.md @@ -2,6 +2,12 @@ Below are some highlights on major refactoring/breaking changes +# v5.0.0 + +* Material Dialog is now 3.x. This leads to a whole new API, but fortunately it is based around kotlin. Please refer to [MD's documents](https://github.com/afollestad/material-dialogs/tree/3.0.0-rc2/documentation) for the new methods. + * Alongside such changes, `:colorpicker` is no longer as necessary. It exists mainly to provide an internal interface for other submodules. + + # v4.0.1-alpha02 * `kauParseFaq` is now synchronous. |