Update the CHANGELOG for v1.4.0

This commit is contained in:
Pat Gavlin 2019-10-24 10:11:44 -07:00
parent a54fd5149a
commit 06d4dde889

View file

@ -3,6 +3,8 @@ CHANGELOG
## HEAD (Unreleased)
## 1.4.0 (2019-10-24)
- `FileAsset` in the Python SDK now accepts anything implementing `os.PathLike` in addition to `str`.
[#3368](https://github.com/pulumi/pulumi/pull/3368)