diff --git a/CHANGELOG.md b/CHANGELOG.md index a739a244..7cae34ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ CHANGELOG ========= +## 0.8.0 + +### Improvements + +- Allow evaluation of environments with parse errors. + [#222](https://github.com/pulumi/esc/pull/222) + +- Return a properly-merged root schema from environment evaluation. + [#229](https://github.com/pulumi/esc/pull/229) + +- Improve property accessor diagnostics. + [#230](https://github.com/pulumi/esc/pull/230) + +- Populate source positions for property accessors in single-line flow scalars. + [#231](https://github.com/pulumi/esc/pull/231) + +- Provide more accurate accessor diagnostic positions. + [#238](https://github.com/pulumi/esc/pull/238) + +- Add support for execution context interpolation. + [#239](https://github.com/pulumi/esc/pull/239) + ## 0.7.0 ### Bug Fixes diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index e67a6d7e..8eb91073 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -1,21 +1,4 @@ ### Improvements -- Allow evaluation of environments with parse errors. - [#222](https://github.com/pulumi/esc/pull/222) - -- Return a properly-merged root schema from environment evaluation. - [#229](https://github.com/pulumi/esc/pull/229) - -- Improve property accessor diagnostics. - [#230](https://github.com/pulumi/esc/pull/230) - -- Populate source positions for property accessors in single-line flow scalars. - [#231](https://github.com/pulumi/esc/pull/231) - -- Provide more accurate accessor diagnostic positions. - [#238](https://github.com/pulumi/esc/pull/238) - -- Add support for execution context interpolation. - [#239](https://github.com/pulumi/esc/pull/239) ### Bug Fixes