Update CHANGELOG.md

This commit is contained in:
Kristin Laemmert 2020-07-01 09:45:04 -04:00 committed by GitHub
parent f3a1f1a263
commit 906da0e550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ BUG FIXES:
* command: Fix bug with global `-v`/`-version`/`--version` flags introduced in 0.13.0beta2 [GH-25277]
* command: Fix command test fixture modify-in-place bugs, which could cause state leak between tests [GH-25299]
* command: Preserve more comments when rerunning 0.13upgrade [GH-25381]
* command/console: enable use of impure functions in console (for example, bcrypt()) [GH-25442]
* command/import: Fix `-allow-missing-config` option [GH-25352]
* command/init: return an error with invalid -backend-config files [GH-25411]
* communicator/winrm: Inlcude any user-configured timeout for winrm connection [GH-25350]