Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2017-03-16 23:34:28 -07:00 committed by GitHub
parent 7f756d1738
commit abbc3b66e2
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ IMPROVEMENTS:
BUG FIXES:
* core: Fix panic when an undefined module is reference [GH-12793]
* command/apply: Applies from plans with backends set will reuse the backend rather than local [GH-12785]
* command/init: Changing only `-backend-config` detects changes and reconfigures [GH-12776]
* command/push: Detect local state and error properly [GH-12773]