Update CHANGELOG.md

Add some PR references I apparently missed on the first pass. Whoops!
This commit is contained in:
Martin Atkins 2015-10-04 09:43:56 -07:00
parent 53f1edc28c
commit 967c88a375
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ BUG FIXES:
INTERNAL IMPROVEMENTS:
* helper/schema: Don't allow ``Update`` func if no attributes can actually be updated, per schema.
* helper/multierror: Remove in favor of [github.com/hashicorp/go-multierror](http://github.com/hashicorp/go-multierror).
* helper/schema: Don't allow ``Update`` func if no attributes can actually be updated, per schema. [GH-3288]
* helper/multierror: Remove in favor of [github.com/hashicorp/go-multierror](http://github.com/hashicorp/go-multierror). [GH-3336]
## 0.6.3 (August 11, 2015)