| Index: pkg/barback/CHANGELOG.md
|
| diff --git a/pkg/barback/CHANGELOG.md b/pkg/barback/CHANGELOG.md
|
| index 8a13d0b8e3fff6ef0b7c7cd1ce6b4b13a20e4bd6..753e5a188c734e80e7a6ec702cc25ba825ad48a8 100644
|
| --- a/pkg/barback/CHANGELOG.md
|
| +++ b/pkg/barback/CHANGELOG.md
|
| @@ -25,3 +25,8 @@
|
| considered to have failed after it finishes running `apply()`. This means that
|
| its outputs will not be consumed by future transformers and its primary input
|
| will not be passed through to the next phase.
|
| +
|
| +* If a transform calls `Transform.getInput`, `Transform.readInput`,
|
| + `Transform.readInputAsString`, or `Transform.hasInput` on an input that
|
| + doesn't exist, the transform will be re-run if that input is created in the
|
| + future.
|
|
|