update notes to include 0.7.2 notes (which was never officially released)

This commit is contained in:
Johannes Rudolph 2013-04-28 11:06:39 +02:00
parent b1edfb4d5b
commit b24c5538e4
1 changed files with 7 additions and 1 deletions

View File

@ -1 +1,7 @@
This is a maintenance release which fixes issues with sbt 0.12.3. Thanks [ebowman](https://github.com/ebowman) for the fix.
This is a maintenance release. Following issues have been fixed:
* [#27](https://github.com/jrudolph/sbt-dependency-graph/issues/27): A dependency configured with
a version range was not properly associated with its dependant.
* [#60](https://github.com/jrudolph/sbt-dependency-graph/issues/30) & [#31](https://github.com/jrudolph/sbt-dependency-graph/issues/31):
Make it work again with sbt 0.12.3. The path of the dependency resolution file changed in sbt 0.12.3.
Thanks [ebowman](https://github.com/ebowman) for the fix.