This commit is contained in:
Eugene Yokota 2016-06-10 12:21:49 -04:00
parent 18568dd6a9
commit ec554f2d9d
1 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,10 @@
[@eed3si9n]: https://github.com/eed3si9n
[@jsuereth]: https://github.com/jsuereth
[@dwijnand]: http://github.com/dwijnand
[@Duhemm]: http://github.com/Duhemm
[@gkossakowski]: https://github.com/gkossakowski
[2637]: https://github.com/sbt/sbt/pull/2637
### Improvements
- When `RecompileOnMacroDef` is enabled, sbt will now print out a info level log indicating that some sources are being recompiled because it's used from a source that contains a macro definition. [#2637][2637] by [@eed3si9h][@eed3si9h]