From 023954140916f3fc1aa6a376c2eca226fdc9e599 Mon Sep 17 00:00:00 2001
From: Paul Ganssle <paul@ganssle.io>
Date: Thu, 30 Sep 2021 14:49:08 -0400
Subject: [PATCH] Adjust formatting of NEWS file
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

All previous entries in NEWS have a format of headings following nested
levels of indentation — the release is unindented, then subheadings with
a 2-space indentation, then the contents of each subhead are blocks
indented with 2 spaces.

In the 2021b release, there is some commentary about the release that
isn't indented to the level of the "Briefly" sub-block, but also doesn't
have its own heading. I think it would be preferable to put this note
under a heading rather than as free-floating content at the level of other
subheads.
---
 NEWS | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index 5fd032e..549ba79 100644
--- a/NEWS
+++ b/NEWS
@@ -39,13 +39,13 @@ Release 2021b - 2021-09-24 16:23:00 -0700
     tzfile.5 better matches a draft successor to RFC 8536.
     A new file SECURITY.
 
-  This release is prompted by recent announcements by Jordan and Samoa.
-  It incorporates many other changes that had accumulated since 2021a.
-  However, it omits most proposed changes that merged all Zones
-  agreeing since 1970, as concerns were raised about doing too many of
-  these changes at once.  It does keeps some of these changes in the
-  interest of making tzdb more equitable one step at a time; see
-  "Merge more location-based Zones" below.
+    This release is prompted by recent announcements by Jordan and Samoa.
+    It incorporates many other changes that had accumulated since 2021a.
+    However, it omits most proposed changes that merged all Zones
+    agreeing since 1970, as concerns were raised about doing too many of
+    these changes at once.  It does keeps some of these changes in the
+    interest of making tzdb more equitable one step at a time; see
+    "Merge more location-based Zones" below.
 
   Changes to future timestamps
 
-- 
2.33.0

