From b3d54cef4e4df2365762b19abd3b7e6053490c99 Mon Sep 17 00:00:00 2001 From: John Engelman Date: Mon, 11 May 2015 08:23:26 -0500 Subject: [PATCH] fix typo in Changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282716e33c..3fc9bc864f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ IMPROVEMENTS: * provider/aws: `aws_elasticache_cluster` add support for Tags [GH-1965] * provider/aws: `aws_s3_bucket` exports `hosted_zone_id` and `region` [GH-1865] * provider/aws: `aws_route53_record` exports `fqdn` [GH-1847] - * provider/aws: `aws_route53_hosted_zone` can create private hosted zones [GH-1526] + * provider/aws: `aws_route53_zone` can create private hosted zones [GH-1526] * provider/google: `google_compute_instance` `scratch` attribute added [GH-1920] BUG FIXES: