From 967c88a3754b99c6aea2610a05cb5d85a738f5b5 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Sun, 4 Oct 2015 09:43:56 -0700 Subject: [PATCH] Update CHANGELOG.md Add some PR references I apparently missed on the first pass. Whoops! --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 907e9d936..c7d846c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)