From ce9dbe7f9b1f276356d271a22b66c72b5acd8aa7 Mon Sep 17 00:00:00 2001 From: nicholasberlin Date: Thu, 27 Jul 2023 10:41:15 -0400 Subject: [PATCH] Add CHANGELOG.next.md entries --- CHANGELOG.next.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.next.md b/CHANGELOG.next.md index 81824e7f0..2a1e35f42 100644 --- a/CHANGELOG.next.md +++ b/CHANGELOG.next.md @@ -16,6 +16,8 @@ Thanks, you're awesome :-) --> #### Added * Added `container.security_context.privileged` to indicated whether a container was started in privileged mode. #2219, #2225 +* Added `process.thread.capabilities.permitted` to contain the current thread's possible capabilities. #2245 +* Added `process.thread.capabilities.effective` to contain the current thread's effective capabilities. #2245 #### Improvements