From 24eb0a40028be40247226d5522a15aabc9845540 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Thu, 30 Nov 2017 15:05:54 +0100 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378a172f..b5a6e05e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). - `http_client`: added convenient `get` and `custom` functions on HTTP_CLIENT directly. - `websocket`: added `on_timer` solution to allow the server to check for external events and send notification to websocket clients. - `wsf`: added `WSF_EXECUTE_HANDLER`, and `WSF_CGI_HANDLER`. Demonstration of `WSF_CGI_HANDLER` in the new `tools/httpd` project. +- `wsf_security`: new security library, providing support for XSS injection protection and similar. ### Changed - adopted ecf version 1-16-0 and use a single .ecf file (the -safe.ecf are now redirection to normal .ecf)