From 2b3ac10a272150eaf7d185703d9ad341f776afce Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Wed, 24 Jul 2019 22:57:17 +0000 Subject: [PATCH] Document r350307. Sponsored by: The FreeBSD Foundation --- RELNOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELNOTES b/RELNOTES index aeae976594f1..56f54f1b3c87 100644 --- a/RELNOTES +++ b/RELNOTES @@ -10,6 +10,10 @@ newline. Entries should be separated by a newline. Changes to this file should not be MFCed. +r350307: + libcap_random(3) has been removed. Applications can use native + APIs to get random data in capability mode. + r349352: nand(4) and related components have been removed.