docs: Add Changelog for #6733 (#6844)

This commit is contained in:
Jamil
2024-09-26 18:13:48 -07:00
committed by GitHub
parent 20cea883c4
commit 8b81711d19

View File

@@ -10,7 +10,12 @@ export default function Gateway() {
return (
<Entries href={href} arches={arches} title="Gateway">
<Unreleased></Unreleased>
<Unreleased>
<ChangeItem pull="6733">
Reduces log level of the "Couldn't find connection by IP" message so
that it doesn't log each time a client disconnects.
</ChangeItem>
</Unreleased>
<Entry version="1.3.1" date={new Date("2024-09-05")}>
<ChangeItem pull="6563">
Removes unnecessary packet buffers for a minor performance increase.