diff --git a/MIGRATION.md b/MIGRATION.md index 0278371cf..6f7d67952 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -10,6 +10,8 @@ Migration notes - Removed the pre-0.13.7 *.sbt file parser (previously available under `-Dsbt.parser.simple=true`) - Removed old, hyphen-separated key names (use `publishLocal` instead of `publish-local`) - Removes no-longer-documented old operators `<<=`, `<+=`, and `<++=`. +- Renames early command feature from `--` to `early()`. +- Log options `-error`, `-warn`, `-info`, `-debug` are added as shorthand for `"early(error)"` etc. #### Additional import required