Migration notes

This commit is contained in:
Eugene Yokota 2016-09-15 03:13:08 -04:00
parent 9529f0c304
commit 9783ab1765
1 changed files with 2 additions and 0 deletions

View File

@ -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 `--<command>` to `early(<command>)`.
- Log options `-error`, `-warn`, `-info`, `-debug` are added as shorthand for `"early(error)"` etc.
#### Additional import required