From 465ee546c458f0a7d0032d93ad1c2ba1a31cdd6b Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Thu, 25 Feb 2021 17:13:56 +0000 Subject: [PATCH] Update comment. --- ChangeLog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 247b112b..93f0ff23 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -4,7 +4,8 @@ Broker: of the struct. This is an ABI break, but is considered to be acceptable because plugins should never be allocating their own instance of this struct, and currently none of the struct members are used for anything, so a - plugin should not be accessing them. + plugin should not be accessing them. It would also be safe to read/write + from the existing struct parameters. - Give compile time warning if libwebsockets compiled without external poll support. Closes #2060. - Fix memory tracking not being available on FreeBSD or macOS. Closes #2096.