Commit 78952f4 1 parent 1a77db0 commit 78952f4 Copy full SHA for 78952f4
File tree 3 files changed +21
-12
lines changed
3 files changed +21
-12
lines changed Original file line number Diff line number Diff line change 1
- 0.10 .0
1
+ 0.11 .0
Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ ## 0.11.0
5
+
6
+ ### Improvements
7
+
8
+ - Improve evaluation performance and memory footprint.
9
+ [ #392 ] ( https://github.com/pulumi/esc/pull/392 )
10
+
11
+ - Improve login error message when credentials file is missing or invalid.
12
+ [ #404 ] ( https://github.com/pulumi/esc/pull/404 )
13
+
14
+ ### Bug Fixes
15
+
16
+ - Fix panic when object keys are not strings.
17
+ [ #406 ] ( https://github.com/pulumi/esc/pull/406 )
18
+
19
+ ### Breaking changes
20
+
21
+ - ` schema ` : ` ObjectBuilder.Properties ` and ` Record ` now take a ` MapBuilder ` in order to avoid copies.
22
+ [ #392 ] ( https://github.com/pulumi/esc/pull/392 )
23
+
4
24
## 0.10.0
5
25
6
26
### Improvements
Original file line number Diff line number Diff line change 1
1
### Improvements
2
2
3
- - Improve evaluation performance and memory footprint.
4
- [ #392 ] ( https://github.com/pulumi/esc/pull/392 )
5
-
6
- - Improve login error message when credentials file is missing or invalid.
7
- [ #404 ] ( https://github.com/pulumi/esc/pull/404 )
8
-
9
3
### Bug Fixes
10
4
11
- - Fix panic when object keys are not strings.
12
- [ #406 ] ( https://github.com/pulumi/esc/pull/406 )
13
-
14
5
### Breaking changes
15
6
16
- - ` schema ` : ` ObjectBuilder.Properties ` and ` Record ` now take a ` MapBuilder ` in order to avoid copies.
17
- [ #392 ] ( https://github.com/pulumi/esc/pull/392 )
You can’t perform that action at this time.
0 commit comments