Add graphite codec to CHANGELOG

This commit is contained in:
Nick Ethier 2013-09-17 14:57:05 -06:00
parent 23d9eecf89
commit 8dc8f3bb40

View file

@ -3,6 +3,9 @@
## inputs
- bugfix: udp: respects teardown requests (via SIGINT) (LOGSTASH-1290)
## codecs
-new: graphite: parse graphite formated events:
## filters
- bugfix: geoip: empty values (nil, empty string) are not put into the event
anymore.