diff options
author | Allan Wang <me@allanwang.ca> | 2019-06-08 01:57:39 -0400 |
---|---|---|
committer | Allan Wang <me@allanwang.ca> | 2019-06-08 01:57:39 -0400 |
commit | ce7a582285ac89c1a5a0b76315b28156b6355c94 (patch) | |
tree | b211b5e475175f5dd69087be7884d06f8a46b3bc /docs | |
parent | c340f824a8a287cf5e5000a91b668be2e7fe3e0f (diff) | |
download | kau-ce7a582285ac89c1a5a0b76315b28156b6355c94.tar.gz kau-ce7a582285ac89c1a5a0b76315b28156b6355c94.tar.bz2 kau-ce7a582285ac89c1a5a0b76315b28156b6355c94.zip |
Fix iconics import
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Migration.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Migration.md b/docs/Migration.md index a7162fa..58667ca 100644 --- a/docs/Migration.md +++ b/docs/Migration.md @@ -29,6 +29,10 @@ For instance, instead of using `kauDependencies`, we now use `kau.Dependencies`. There is also no longer a need to use `apply plugin 'ca.allanwang.kau'`; adding the plugin to the classpath suffices. +## Iconics + +With an iconics update, most of the package names have changed. + # v4.0.1-alpha02 * `kauParseFaq` is now synchronous. |