docs(changelog): improve wording of entry for #9979 (#9988)

This commit is contained in:
Thomas Eizinger
2025-07-24 22:35:04 +10:00
committed by GitHub
parent d7b9ecb60b
commit 79f698dff3
5 changed files with 14 additions and 9 deletions

View File

@@ -30,8 +30,8 @@ export default function Android() {
establish.
</ChangeItem>
<ChangeItem pull="9979">
Fixes an issue where connections would sometimes fail to establish
reliably.
Fixes an issue where connections in low-latency networks (between
Client and Gateway) would fail to establish reliably.
</ChangeItem>
</Unreleased>
<Entry version="1.5.2" date={new Date("2025-06-30")}>

View File

@@ -30,8 +30,8 @@ export default function Apple() {
establish.
</ChangeItem>
<ChangeItem pull="9979">
Fixes an issue where connections would sometimes fail to establish
reliably.
Fixes an issue where connections in low-latency networks (between
Client and Gateway) would fail to establish reliably.
</ChangeItem>
</Unreleased>
<Entry version="1.5.4" date={new Date("2025-07-11")}>

View File

@@ -16,8 +16,8 @@ export default function GUI({ os }: { os: OS }) {
establish.
</ChangeItem>
<ChangeItem pull="9979">
Fixes an issue where connections would sometimes fail to establish
reliably.
Fixes an issue where connections in low-latency networks (between
Client and Gateway) would fail to establish reliably.
</ChangeItem>
</Unreleased>
<Entry version="1.5.5" date={new Date("2025-07-09")}>

View File

@@ -22,7 +22,12 @@ export default function Gateway() {
return (
<Entries downloadLinks={downloadLinks} title="Gateway">
<Unreleased></Unreleased>
<Unreleased>
<ChangeItem pull="9979">
Fixes an issue where connections in low-latency networks (between
Client and Gateway) would fail to establish reliably.
</ChangeItem>
</Unreleased>
<Entry version="1.4.13" date={new Date("2025-07-22")}>
<ChangeItem pull="9834">
Excludes ICMP errors from the ICMP traffic filter. Those are now

View File

@@ -15,8 +15,8 @@ export default function Headless({ os }: { os: OS }) {
establish.
</ChangeItem>
<ChangeItem pull="9979">
Fixes an issue where connections would sometimes fail to establish
reliably.
Fixes an issue where connections in low-latency networks (between
Client and Gateway) would fail to establish reliably.
</ChangeItem>
</Unreleased>
<Entry version="1.5.1" date={new Date("2025-07-04")}>