Skip to content

Commit

Permalink
chore: CHANGELOG for v0.8.0 (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
glena authored Feb 5, 2024
1 parent d6b5e32 commit 479466d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
17 changes: 0 additions & 17 deletions CHANGELOG_PENDING.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 479466d

Please sign in to comment.