From 8951f76ebb8772e8b41f1ae4d1a09b9f403e7c96 Mon Sep 17 00:00:00 2001 From: Frank Wall Date: Wed, 3 Nov 2021 12:49:38 +0100 Subject: [PATCH] net/haproxy: add recent fix to changelog --- net/haproxy/pkg-descr | 1 + 1 file changed, 1 insertion(+) diff --git a/net/haproxy/pkg-descr b/net/haproxy/pkg-descr index 6ba357c23..0609ea6f3 100644 --- a/net/haproxy/pkg-descr +++ b/net/haproxy/pkg-descr @@ -17,6 +17,7 @@ Added: Fixed: * unable to use the "require" function in Lua scripts (#2265) * request logging not working (#2587) +* fix syntax error in template (#2619) Changed: * set "lua-prepend-path" so that Lua scripts can be found (#2265)