From d6a5c91f67b37a97caaca43c6fec1eabbbd38508 Mon Sep 17 00:00:00 2001 From: Star Brilliant <coder@poorlab.com> Date: Thu, 26 Jan 2023 10:13:10 +0000 Subject: [PATCH] Release 2.3.3 --- Changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog.md b/Changelog.md index eb2068c..bd57612 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,6 +4,12 @@ This Changelog records major changes between versions. Not all changes are recorded. Please check git log for details. +## Version 2.3.3 + +- systemd: Use DynamicUser=yes instead of User=nobody (Fixed #139) +- Migrate deprecated Go packages `ioutil` to `io` and `os` +- Fix a bug that truncates the response improperly, causing malformed DNS responsed (Fixed #144) + ## Version 2.3.2 - Documentation updates, including deploying recommenation alongside DoT, thanks @gdm85 -- GitLab