- update changelog

This commit is contained in:
Jordan Sissel 2013-05-06 07:53:28 -07:00
parent 40532b266e
commit 44c4e9f40b

View file

@ -20,6 +20,10 @@
- bugfix: useragent filter now ships with a default regexes.yaml file
that is used by default unless you otherwise specify (LOGSTASH-1051)
- bugfix: add_field now correctly sets top-level fields like @message
- bugfix: mutate 'replace' now sets a field regardless of whether or not
it exists.
- feature: new mutate 'update' setting to change a field's value but
only if that field exists already.
## outputs
- feature: irc output now supports 'secure' setting to use ssl (LOGSTASH-139)