Update CHANGELOG.md

This commit is contained in:
Kristin Laemmert 2020-06-30 14:13:21 -04:00 committed by GitHub
parent 604e65bb62
commit fdab1704cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ 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: Fix "workspace already unlocked" error that resulted from a backend context error [GH-25427]
* 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]