mirror of https://github.com/sbt/sbt.git
Mention api debugging improvements in change summary for 0.13
Mention both #677 and #793 which introduced all functionality needed for api debugging.
This commit is contained in:
parent
b880c5bc16
commit
59cea58892
|
|
@ -57,6 +57,7 @@ Improvements
|
|||
- Make autoCompilerPlugins support compiler plugins defined in a internal dependency (only if ``exportJars := true`` due to scalac limitations)
|
||||
- Track ancestors of non-private templates and use this information to require fewer, smaller intermediate incremental compilation steps.
|
||||
- ``autoCompilerPlugins`` now supports compiler plugins defined in a internal dependency. The plugin project must define ``exportJars := true``. Depend on the plugin with ``...dependsOn(... % Configurations.CompilerPlugin)``.
|
||||
- Add utilities for debugging API representation extracted by the incremental compiler. (Grzegorz K., gh-677, gh-793)
|
||||
|
||||
Other
|
||||
-----
|
||||
|
|
|
|||
Loading…
Reference in New Issue