git: 5b35479e3ede - main - RELNOTES: Add awk update from 2 weeks ago.

From: Warner Losh <imp_at_FreeBSD.org>
Date: Tue, 12 Mar 2024 15:25:25 UTC
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=5b35479e3ede4649ec41d553a9e45c6640f5baf9

commit 5b35479e3ede4649ec41d553a9e45c6640f5baf9
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-03-12 15:24:39 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-03-12 15:24:39 +0000

    RELNOTES: Add awk update from 2 weeks ago.
    
    Sponsored by:           Netflix
---
 RELNOTES | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 9e9152f888db..c6e7732582ae 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -10,6 +10,11 @@ newline.  Entries should be separated by a newline.
 
 Changes to this file should not be MFCed.
 
+f32a6403d346:
+	One True Awk updated to 2nd Edition. See https://awk.dev for details
+	on the additions. Unicode and CSVs (Comma Separated Values) are now
+	supported.
+
 fe86d923f83f:
 	usbconfig(8) now reads the descriptions of the usb vendor and products
 	from usb.ids when available, similarly to what pciconf(8) does.