From bfac90a3c8ca8ebb47f3263e134a96049d32995e Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Fri, 9 May 2025 08:57:27 -0700 Subject: [PATCH] Fix 7.2.0 NEWS formatting [nomail] [skip ci] --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0a7456f847..c3602709aa 100644 --- a/NEWS +++ b/NEWS @@ -151,8 +151,8 @@ New Functionality scripts. This previously resulted in a fatal error. - The set of non-routable subnets defined in ``Site::private_address_space`` was expanded - to include ``239.0.0.0/8``, ``224.0.0.0/24`, ``[2002:e000::]/40``, ``[2002:ef00::]/24``, - and ``[fec0::]/10`. These addresses come from RFCs 2365, 3058, 3879, and 5771. This may + to include ``239.0.0.0/8``, ``224.0.0.0/24``, ``[2002:e000::]/40``, ``[2002:ef00::]/24``, + and ``[fec0::]/10``. These addresses come from RFCs 2365, 3058, 3879, and 5771. This may result in traffic being considered as local traffic that wasn't previously. - The ``to_count()`` and ``to_int()`` built-in functions now trim trailing spaces passed