From 59cea588921a28e7177f7629161e4266549b45f1 Mon Sep 17 00:00:00 2001 From: Grzegorz Kossakowski Date: Tue, 25 Jun 2013 17:08:09 -0700 Subject: [PATCH] Mention api debugging improvements in change summary for 0.13 Mention both #677 and #793 which introduced all functionality needed for api debugging. --- src/sphinx/Community/ChangeSummary_0.13.0.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/src/sphinx/Community/ChangeSummary_0.13.0.rst b/src/sphinx/Community/ChangeSummary_0.13.0.rst index ca3dd6484..f29c2c084 100644 --- a/src/sphinx/Community/ChangeSummary_0.13.0.rst +++ b/src/sphinx/Community/ChangeSummary_0.13.0.rst @@ -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 -----