Update changelog for last minute fix

This commit is contained in:
Roger A. Light 2022-08-16 14:32:59 +01:00
parent 004b45fa40
commit b0277869d9
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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