From 13fe1f8b479cf5121f58417c64eadd119739e285 Mon Sep 17 00:00:00 2001 From: sclaire-1 <54961957+sclaire-1@users.noreply.github.com> Date: Sun, 17 Nov 2019 15:04:22 -0800 Subject: [PATCH] Edit BUILDING.md Split a sentence under the "Versioning" section into two sentences to improve flow --- BUILDING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BUILDING.md b/BUILDING.md index bd647f45e..bd3da0ff5 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -19,9 +19,9 @@ Until Terraform v1.0, Terraform's versioning scheme is as follows: version. Although the Terraform team takes care to preserve compatibility between -major releases as much as possible, major release upgrades will often require -specific upgrade actions for a subset of users as we refine the product -design in preparation for making more specific backward-compatibility promises +major releases, major release upgrades will often require a subset of users +to take specific upgrade actions. This issue will persist while the product +design is refined in preparation for more specific backward-compatibility promises in a later Terraform 1.0 release. ## Process