chore: add changelog entries for #6181 (#6236)

Add either new changelog entries for next version or modify existing
changelog entries to point out #6181.
This commit is contained in:
Thomas Eizinger
2024-08-09 23:26:03 +01:00
committed by GitHub
parent 68d934ee59
commit 78bb2ac73d
4 changed files with 16 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ export default function Android() {
<ChangeItem pull="6107">
Adds the ability to mark Resources as favorites.
</ChangeItem>
<ChangeItem pull="6181">
Improves reliability of DNS resolution of non-resources.
</ChangeItem>
</ul>
</Entry>
*/}

View File

@@ -8,6 +8,13 @@ export default function Apple() {
href="https://apps.apple.com/us/app/firezone/id6443661826"
title="macOS / iOS"
>
{/* <Entry version="1.1.4" date={new Date("2024-08-09")}>
<ul className="list-disc space-y-2 pl-4 mb-4">
<ChangeItem pull="6181">
Improves reliability of DNS resolution of non-resources.
</ChangeItem>
</ul>
</Entry> */}
<Entry version="1.1.3" date={new Date("2024-08-02")}>
<ul className="list-disc space-y-2 pl-4 mb-4">
<li className="pl-2">

View File

@@ -35,6 +35,9 @@ export default function GUI({ title }: { title: string }) {
Supports using `etc-resolv-conf` DNS control method, or disabling
DNS control
</ChangeItem>
<ChangeItem pull="6181">
Improves reliability of DNS resolution of non-resources.
</ChangeItem>
<ChangeItem enable={title === "Windows"} pull="6163">
Supports disabling DNS control
</ChangeItem>

View File

@@ -32,6 +32,9 @@ export default function Headless() {
Mitigates a bug where the Client can panic if an internal channel
fills up
</ChangeItem>
<ChangeItem pull="6181">
Improves reliability of DNS resolution of non-resources.
</ChangeItem>
</ul>
</Entry>
<Entry version="1.1.4" date={new Date("2024-08-02")}>