From 7ddb26eaa9478add991bc6758052d1340f413d38 Mon Sep 17 00:00:00 2001 From: RaidMax Date: Wed, 6 Apr 2022 16:48:18 -0500 Subject: [PATCH] Updated Knowledge Base (markdown) --- Knowledge-Base.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Knowledge-Base.md b/Knowledge-Base.md index 30bb351..eef3adf 100644 --- a/Knowledge-Base.md +++ b/Knowledge-Base.md @@ -37,3 +37,10 @@ This error message displays the file as well as the line number the format error ### I'm running an IW4x server and I see duplicated messages from IW4MAdmin This is an IW4x bug that causes out of band packets to be dropped or processed multiple times. There is an open PR to resolve this https://github.com/XLabsProject/iw4x-client/pull/29, but until that is merged there is no work around short of compiling IW4x yourself. + + +*** + +### How do I know what was changed in each update / Should I update every time a new release is published? +Although there is no explicit change log due to the nature of [rolling releases](https://en.wikipedia.org/wiki/Rolling_release), the [Github Releases](https://github.com/RaidMax/IW4M-Admin/releases) includes a commit changes section which outline the high level changes for a given release. +View the [versions definition](https://github.com/RaidMax/IW4M-Admin/wiki#versions) to see which release cadence works best for you.