git: c925b9a7fa8e - main - UPDATING: Add entry for misc/freebsd-doc-* changes

From: Marc Fonvieille <blackend_at_FreeBSD.org>
Date: Sat, 26 Mar 2022 12:07:01 UTC
The branch main has been updated by blackend (doc committer):

URL: https://cgit.FreeBSD.org/ports/commit/?id=c925b9a7fa8e9bd0f0807c03f6481e8ac43579e0

commit c925b9a7fa8e9bd0f0807c03f6481e8ac43579e0
Author:     Marc Fonvieille <blackend@FreeBSD.org>
AuthorDate: 2022-03-26 12:05:35 +0000
Commit:     Marc Fonvieille <blackend@FreeBSD.org>
CommitDate: 2022-03-26 12:05:35 +0000

    UPDATING: Add entry for misc/freebsd-doc-* changes
---
 UPDATING | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/UPDATING b/UPDATING
index 13805054af85..a082d4b0447f 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,18 @@ they are unavoidable.
 You should get into the habit of checking this file for changes each time
 you update your ports collection, before attempting any port upgrades.
 
+20220326:
+  AFFECTS: users of misc/freebsd-doc-*
+  AUTHOR: blackend@FreeBSD.org
+
+  A change to the doc toolchain prevents the build of individual
+  localized HTML versions of the documentation without building the
+  en_US version.  HTML option is currently disabled until a good
+  solution is found.  PDF version, the default option, is now the only
+  available option.
+
+  Please re-run "make config" to pick up this new default.
+
 20220313:
   AFFECTS: users of net/unison
   AUTHOR: madpilot@FreeBSD.org