aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Piotrowski <0mp@FreeBSD.org>2024-05-02 20:51:45 +0000
committerMateusz Piotrowski <0mp@FreeBSD.org>2024-05-02 20:52:38 +0000
commit78c209d49d4b51ad5c2b36898e3c23afcadb26c6 (patch)
tree45d4de90d1fd8132f6bda32db30e07146febdee1
parentf609ff5a499a4cf43658e0758866957463fb6fe8 (diff)
downloadsrc-78c209d49d4b51ad5c2b36898e3c23afcadb26c6.tar.gz
src-78c209d49d4b51ad5c2b36898e3c23afcadb26c6.zip
RELNOTES: Mention date(1)'s nanosecond support
This is a direct commit to stable/14. Sponsored by: Klara, Inc.
-rw-r--r--RELNOTES5
1 files changed, 5 insertions, 0 deletions
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.