Move adding -=/--= notes to 0.13.9.

This commit is contained in:
Dale Wijnand 2015-03-17 09:44:29 +00:00
parent 72ee03ef13
commit ae193d568f
2 changed files with 11 additions and 2 deletions

View File

@ -52,7 +52,6 @@
[1881]: https://github.com/sbt/sbt/issues/1881
[1899]: https://github.com/sbt/sbt/pull/1899
[1902]: https://github.com/sbt/sbt/pull/1902
[1922]: https://github.com/sbt/sbt/pull/1922
### Changes with compatibility implications
@ -71,7 +70,6 @@
- Better abstration to track new kinds of dependencies for incremental compiler. [#1340][1340] by [@Duhemm][@Duhemm]
- Source dependency uses `--depth 1` for git clone. [#1787][1787] by [@xuwei-k][@xuwei-k]
- Facilitate nicer ways of declaring project settings. See below. [#1902][1902] by [@dwijnand][@dwijnand]
- Add `-=` and `--=` for settings and tasks, dual of `+=` and `++=`. [#1922][1922] by [@dwijnand][@dwijnand]
### Fixes

11
notes/0.13.9.markdown Normal file
View File

@ -0,0 +1,11 @@
[@dwijnand]: http://github.com/dwijnand
[1922]: https://github.com/sbt/sbt/pull/1922
### Fixes with compatibility implications
### Improvements
- Add `-=` and `--=` for settings and tasks, dual of `+=` and `++=`. [#1922][1922] by [@dwijnand][@dwijnand]
### Bug fixes