Docs: latest change summary, including 0.12.3-RC2

This commit is contained in:
Mark Harrah 2013-03-14 16:17:12 -04:00
parent fcfa51c2ab
commit 3e3d7949eb
3 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,7 @@ Features
Fixes
-----
- sbt no longer tries to warn on dependency conflicts. Configure a :ref:`conflict manager <conflict-management>` instead. (gh-709)
Improvements
------------

View File

@ -29,6 +29,8 @@ The changes for 0.13.0 are listed on a separate page. See
- Tag the actual test task and not a later task. (gh-692)
- Make exclude-classifiers per-user instead of per-build. (gh-634)
- Load global plugins in their own class loader and replace the base loader with that. (gh-272)
- Demote the default conflict warnings to the debug level. These will be removed completely in 0.13. (gh-709)
- Fix Ivy cache issues when multiple resolvers are involed. (gh-704)
0.12.1 to 0.12.2

View File

@ -399,6 +399,8 @@ The default value is:
checksums := Seq("sha1", "md5")
.. _conflict-management:
Conflict Management
~~~~~~~~~~~~~~~~~~~