From 1ea2de224b8c8cd3b2879bc1ff4ee2305304b162 Mon Sep 17 00:00:00 2001 From: Atomist Bot Date: Mon, 5 Nov 2018 09:24:14 +0000 Subject: [PATCH] Changelog: #568 to changed [atomist:generated] --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64570fec8..598955d80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - Add WellKnownGoals. [#566](https://github.com/atomist/sdm/issues/566) +### Changed + +- **BREAKING** Expose push to inspection and autofixes and remove broken considerOnlyChangedFiles option. [#568](https://github.com/atomist/sdm/issues/568) + ## [1.0.0-RC.2](https://github.com/atomist/sdm/compare/1.0.0-RC.1...1.0.0-RC.2) - 2018-10-30 ### Added @@ -43,7 +47,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - **BREAKING** Remove old style registration methods. [#546](https://github.com/atomist/sdm/issues/546) - **BREAKING** Remove client exports from SDM. [#547](https://github.com/atomist/sdm/issues/547) - **BREAKING** Remove `considerOnlyChangedFiles` setting on autofix and inspection registrations. This should be handled -by specific registrations. ### Fixed