From 50815c9c509c3d0c71feaf9f007818c29477cfbc Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Mon, 1 Nov 2021 21:21:40 +0100 Subject: [PATCH] net/haproxy: update changelog for #2620 --- net/haproxy/pkg-descr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/net/haproxy/pkg-descr b/net/haproxy/pkg-descr index ed0443984..b611a0698 100644 --- a/net/haproxy/pkg-descr +++ b/net/haproxy/pkg-descr @@ -10,9 +10,11 @@ Plugin Changelog Added: * add options "preload" and "filename scheme" to Lua scripts (#2265) +* add syslog-ng socket for logging (#2620) Fixed: * unable to use the "require" function in Lua scripts (#2265) +* request logging not working (#2587) Changed: * set "lua-prepend-path" so that Lua scripts can be found (#2265)