From 9699479601dead2033b9b52a69852176ed92f1d5 Mon Sep 17 00:00:00 2001 From: Martin Atkins Date: Wed, 26 Aug 2020 15:27:04 -0700 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d54da5bd1..c4be89058 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## 0.13.2 (Unreleased) +NEW FEATURES: + +* **Network-based Mirrors for [Provider Installation](https://www.terraform.io/docs/commands/cli-config.html#provider-installation)**: As an addition to the existing capability of "mirroring" providers into the local filesystem, a network mirror allows publishing copies of providers on an HTTP server and using that as an alternative source for provider packages, for situations where directly accessing the origin registries is impossible or undesirable. [GH-25999] + ## 0.13.1 (August 26, 2020) ENHANCEMENTS: