From 6206fd6818e4047df6fd0cd0e3e8cb9b952b356d Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Sun, 28 Jul 2013 16:29:52 +0200 Subject: [PATCH] core: update ChangeLog (add hdata with script callback) --- ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog b/ChangeLog index 69f97aa27..dfa5094a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -69,6 +69,7 @@ Version 0.4.2 (under dev!) * relay: fix binding to an IP address (bug #39119) * script: add info about things defined by script (like commands, options, ...) in the detailed view of script (/script show) +* scripts: add hdata with script callback * xfer: add option xfer.look.pv_tags * xfer: fix compilation on OpenBSD (bug #39071)