git: 78c209d49d4b - stable/14 - RELNOTES: Mention date(1)'s nanosecond support

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Thu, 02 May 2024 20:53:12 UTC
The branch stable/14 has been updated by 0mp:

URL: https://cgit.FreeBSD.org/src/commit/?id=78c209d49d4b51ad5c2b36898e3c23afcadb26c6

commit 78c209d49d4b51ad5c2b36898e3c23afcadb26c6
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2024-05-02 20:51:45 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2024-05-02 20:52:38 +0000

    RELNOTES: Mention date(1)'s nanosecond support
    
    This is a direct commit to stable/14.
    
    Sponsored by:   Klara, Inc.
---
 RELNOTES | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/RELNOTES b/RELNOTES
index 31abd2c7845d..1ec11c872d77 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.
 
+eeb04a736cb9:
+	date(1) now supports nanoseconds. For example:
+	`date -Ins` prints "2024-04-22T12:20:28,763742224+02:00" and
+	`date +%N` prints "415050400".
+
 7b9a772f9f64:
 	usbconfig(8) now reads the descriptions of the usb vendor and products
 	from usb.ids when available, similarly to what pciconf(8) does.