From 72f595ba9e9a6ac4bbdf6c930aab366c6c35ed98 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Tue, 10 Oct 2023 19:07:26 +0200 Subject: [PATCH] Add contributors section to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14dea95..ce2b8ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - (Linux) Abstract namespace isolation - (Linux) Socket and pipe isolation +### Contributors + +We'd like to thank [@bjorn3](https://github.com/bjorn3) for disclosing an issue +with socket isolation. + ## [0.3.1] - 2023-08-31 ### Fixed