From 49faf8a7528f646fbfa93a7ca21d10f28e1edffe Mon Sep 17 00:00:00 2001 From: Eugene Yokota Date: Fri, 21 Mar 2014 17:15:33 -0400 Subject: [PATCH] Removes Changes entry on AutoPlugin and AddSettings --- src/sphinx/Community/Changes.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/sphinx/Community/Changes.rst b/src/sphinx/Community/Changes.rst index f08a8fa2d..07e518a3e 100644 --- a/src/sphinx/Community/Changes.rst +++ b/src/sphinx/Community/Changes.rst @@ -4,8 +4,6 @@ Changes 0.13.1 to 0.13.2 ~~~~~~~~~~~~~~~~ -- Improved the control over included settings in ``Addsettings``. Can now control when settings in ``project/*.scala`` files are included. -- Adding new ``AutoPlugin`` feature, and associated ``plugins`` command. - Adding new name-hashing feature to incremental compiler. Alters how scala dependencies are tracked, reducing number of recompiles necessary. - Added the ability to launch servers via the sbt-launcher. - Added ``.previous`` feature on tasks which can load the pervious value.