mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 02:18:47 +00:00
fix(docs): minor changelog typo fixes (#10036)
This commit is contained in:
@@ -23,8 +23,7 @@ export default function Android() {
|
||||
<Unreleased>
|
||||
<ChangeItem pull="9985">
|
||||
Fixes an issue where control plane messages could be stuck forever on
|
||||
flaky connections, requiring signing out and signin back in to
|
||||
recover.
|
||||
flaky connections, requiring signing out and back in to recover.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9725">
|
||||
Fixes an issue where Firezone failed to sign-in on systems with
|
||||
|
||||
@@ -41,8 +41,7 @@ export default function Apple() {
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9985">
|
||||
Fixes an issue where control plane messages could be stuck forever on
|
||||
flaky connections, requiring signing out and signin back in to
|
||||
recover.
|
||||
flaky connections, requiring signing out and back in to recover.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9993">
|
||||
Fixes an issue where DNS resolvers could be lost upon waking from
|
||||
@@ -67,7 +66,7 @@ export default function Apple() {
|
||||
logs were cleared.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9536">
|
||||
Uses `.zip` to compress logs instead of Apple Archive.
|
||||
Uses <code>.zip</code> to compress logs instead of Apple Archive.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9725">
|
||||
Fixes an issue where Firezone failed to sign-in on systems with
|
||||
|
||||
@@ -14,8 +14,7 @@ export default function GUI({ os }: { os: OS }) {
|
||||
<Entry version="1.5.6" date={new Date("2025-07-28")}>
|
||||
<ChangeItem pull="9985">
|
||||
Fixes an issue where control plane messages could be stuck forever on
|
||||
flaky connections, requiring signing out and signin back in to
|
||||
recover.
|
||||
flaky connections, requiring signing out and back in to recover.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9891">
|
||||
Fixes an issue where connections would sometimes take up to 90s to
|
||||
|
||||
@@ -13,8 +13,7 @@ export default function Headless({ os }: { os: OS }) {
|
||||
<Entry version="1.5.2" date={new Date("2025-07-28")}>
|
||||
<ChangeItem pull="9985">
|
||||
Fixes an issue where control plane messages could be stuck forever on
|
||||
flaky connections, requiring signing out and signin back in to
|
||||
recover.
|
||||
flaky connections, requiring signing out and back in to recover.
|
||||
</ChangeItem>
|
||||
<ChangeItem pull="9891">
|
||||
Fixes an issue where connections would sometimes take up to 90s to
|
||||
|
||||
Reference in New Issue
Block a user