-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |