diff --git a/ChangeLog.txt b/ChangeLog.txt index 26998f6d..ffe19b80 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -41,6 +41,7 @@ Broker: config file. Closes #2601. Closes #2470. - Fix case where expired messages were causing queued messages not to be delivered. Closes #2609. +- Fix websockets not passing on the X-Forwarded-For header. Client library: - Fix threads library detection on Windows under cmake. Bumps the minimum diff --git a/www/posts/2022/08/version-2-0-15-released.md b/www/posts/2022/08/version-2-0-15-released.md index 2a770a3a..2b59abce 100644 --- a/www/posts/2022/08/version-2-0-15-released.md +++ b/www/posts/2022/08/version-2-0-15-released.md @@ -52,6 +52,7 @@ and bugfix release. config file. Closes [#2601]. Closes [#2470]. - Fix case where expired messages were causing queued messages not to be delivered. Closes [#2609]. +- Fix websockets not passing on the X-Forwarded-For header. # Client library - Fix threads library detection on Windows under cmake. Bumps the minimum