chore: fixup changelog for latest releases (#8788)

Signed-off-by: Thomas Eizinger <thomas@eizinger.io>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Thomas Eizinger
2025-04-15 13:41:47 +10:00
committed by GitHub
parent 901207b274
commit 282fdb96ea
2 changed files with 5 additions and 5 deletions

View File

@@ -15,6 +15,9 @@ export default function GUI({ os }: { os: OS }) {
high load.
</ChangeItem>
)}
<ChangeItem pull="7590">
Improves performance by moving UDP sockets to a dedicated thread.
</ChangeItem>
</Unreleased>
<Entry version="1.4.9" date={new Date("2025-03-14")}>
{os === OS.Windows && (
@@ -27,9 +30,6 @@ export default function GUI({ os }: { os: OS }) {
Applies the search domain configured in the admin portal, if any.
</ChangeItem>
)}
<ChangeItem pull="7590">
Improves performance by moving UDP sockets to a dedicated thread.
</ChangeItem>
</Entry>
<Entry version="1.4.8" date={new Date("2025-03-10")}>
<ChangeItem pull="8286">

View File

@@ -31,8 +31,8 @@ export default function Gateway() {
high load.
</ChangeItem>
<ChangeItem pull="8765">
Improves performance by defaulting to only 1 TUN thread on single-core
systems.
Improves performance on single-core systems by defaulting to only
1 TUN thread if we have less than 4 cores.
</ChangeItem>
<ChangeItem pull="7590">
Improves performance by moving UDP sockets to a dedicated thread.