Prepare the CHANGELOG for v1.1.0

This commit is contained in:
Pat Gavlin 2019-09-11 13:56:48 -07:00
parent 4d9336caa9
commit 5af13f9a4f

View file

@ -3,6 +3,8 @@ CHANGELOG
## HEAD (Unreleased)
## 1.1.0 (2019-09-11)
- Fix a bug that caused the Python runtime to ignore unhandled exceptions and erroneously report that a Pulumi program executed successfully.
[#3170](https://github.com/pulumi/pulumi/pull/3170)
- Read operations are no longer considered changes for the purposes of `--expect-no-changes`.