From c183438f8e0b3d501dc26a8eff81566eccf2d6ad Mon Sep 17 00:00:00 2001 From: Jordan Sissel Date: Fri, 10 Aug 2012 10:32:05 -0700 Subject: [PATCH] update changelog for mutate filter fix --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 3251bad29..9d5ac0d27 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -16,6 +16,8 @@ ## filters - new filter: kv: useful for parsing log formats taht use 'foo=bar baz=fizz' and similar key-value-like things. + - mutate filter: fix bug in uppercase and lowercase feature that would prevent + it from actually doing the uppercasing/lowercasing. ## outputs - bugfix: redis: [LOGSTASH-526] fix bug with password passing