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:
Grzegorz Kossakowski 2013-06-25 17:08:09 -07:00
parent b880c5bc16
commit 59cea58892
1 changed files with 1 additions and 0 deletions

View File

@ -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
-----