mirror of https://github.com/sbt/sbt.git
Move adding -=/--= notes to 0.13.9.
This commit is contained in:
parent
72ee03ef13
commit
ae193d568f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue