From d046baf9b51c13d2d72688e7d68509a2091c8fdf Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Tue, 27 Aug 2013 02:24:27 +0000 Subject: [PATCH] Update changelog --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index ca0dba215..6a47fb94d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -32,12 +32,14 @@ stored as single values in most cases instead of the old behavior of being captured as an array of values. - removed: the multiline filter is gone. See the multiline codec instead. + - new: json_encoder filter (Ralph Meijer) ## outputs - feature: irc: add messages_per_second tunable (LOGSTASH-962) - bugfix: emails: restored initial really useful documentation - improvement: emails: allow @message, @source, @... in match (LOGSTASH-826, LOGSTASH-823) + - feature: mongodb: replica sets are supported (Mathias Gug) 1.1.13 (May 28, 2013) ## general