From: Sebastian Harl Date: Tue, 2 Sep 2008 11:03:08 +0000 (+0200) Subject: ChangeLog: Added an entry about the ability to configure Perl plugins. X-Git-Tag: collectd-4.5.0~6 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=603bd7010a138853ede98be4809b914f104bdd63;p=collectd.git ChangeLog: Added an entry about the ability to configure Perl plugins. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/ChangeLog b/ChangeLog index 66748837..8fa21257 100644 --- a/ChangeLog +++ b/ChangeLog @@ -19,6 +19,7 @@ * perl plugin: Added the ability to flush certain identifiers and marked plugin_flush_all() and plugin_flush_one() as deprecated in favor of plugin_flush(). + * perl plugin: Added the ability to configure Perl plugins. * postgresql plugin: The new postgresql plugin collects statistics about or from a PostgreSQL database. * processes plugin: The `ProcessMatch' option has been added.