Fix typo amd => and (#15398)

This commit is contained in:
Or Elimelech 2017-06-26 16:15:34 +03:00 committed by Paul Stack
parent f40df21988
commit 5159047ca7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
BUG FIXES:
* core: the S3 Backend was failing to remove the state file checksums from DynamoDB when deleting a workspace [GH-15383]
* core: the state `rm` amd `mv` commands were always loading a state from a Backend, and ignoring the `-state` flag [GH-15388]
* core: the state `rm` and `mv` commands were always loading a state from a Backend, and ignoring the `-state` flag [GH-15388]
* core: Improved reslience against crashes for a certain kind of inconsistency in the representation of list values in state. [GH-15390]
## 0.10.0-beta1 (June 22, 2017)