Update CHANGELOG.md

This commit is contained in:
Mitchell Hashimoto 2017-03-17 15:44:50 -07:00 committed by GitHub
parent 2698194f64
commit 38d29b642c
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ IMPROVEMENTS:
BUG FIXES:
* core: Fix panic when an undefined module is reference [GH-12793]
* core: Fix regression from 0.8.x when using a data source in a module [GH-12837]
* 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/init: Fix legacy backend init error that could occur when upgrading [GH-12818]