Prepare for v2.20.0 release

This commit is contained in:
stack72 2021-02-03 20:40:11 +00:00
parent 8a6d81ef64
commit a1387c5d6c

View file

@ -2,6 +2,9 @@ CHANGELOG
=========
## HEAD (Unreleased)
_(none)_
## 2.20.0 (2021-02-03)
- [sdk/python] Fix `Output.from_input` to unwrap nested output values in input types (args classes), which addresses
an issue that was preventing passing instances of args classes with nested output values to Provider resources.