aboutsummaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorAndy Green <andy@warmcat.com>2018-11-23 08:47:56 +0800
committerAndy Green <andy@warmcat.com>2018-11-23 08:47:56 +0800
commit9bed6d6fc6e7f14a032230a64389292341c67ffe (patch)
treeaa8ca4a82f9f08e720669c46d3e8b4d820ae5c05 /changelog
parentcdd8ad702c66edde4e7dc2acd954bcadc4943396 (diff)
downloadlibwebsockets-9bed6d6fc6e7f14a032230a64389292341c67ffe.tar.gz
clean: general whitespace cleanup
Diffstat (limited to 'changelog')
-rw-r--r--changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/changelog b/changelog
index 8ce883c2..4ce59358 100644
--- a/changelog
+++ b/changelog
@@ -15,7 +15,11 @@ v3.1.0
- CHANGE: Minimal examples updated to use Content Security Policy best
practices, using
`LWS_SERVER_OPTION_HTTP_HEADERS_SECURITY_BEST_PRACTICES_ENFORCE` vhost
- option flag and disabling of inline style and scripts.
+ option flag and disabling of inline style and scripts. A side-effect of
+ this is that buffers used to marshal headers have to be prepared to take
+ more content than previously... LWS_RECOMMENDED_MIN_HEADER_SPACE (2048
+ currently) is available for user (and internal) use to logically tie the
+ buffer size to this usecase (and follow future increases).
- NEW: CMAKE
- LWS_FOR_GITOHASHI: sets various cmake options suitable for gitohashi