maintain ChangeLog

This commit is contained in:
Rainer Gerhards 2018-01-01 18:00:39 +01:00
parent c6f26e9d3d
commit fb730fed9c

View File

@ -301,6 +301,10 @@ Version 8.31.0 [v8-stable] 2017-11-28
See also: https://github.com/rsyslog/rsyslog/pull/1917
- rainerscript: add parse_time() function
Thanks to Stephen Workman for implementing this.
- omelasticsearch: add LF to every elastic response for error file
error file content was written without LF after each message, making
it hard to work with and monitor.
Thanks to Yaroslav Bo for the patch.
- omelasticsearch: add pipeline support
supports static and dynamic ElasticSearch pipeline parameter.
closes https://github.com/rsyslog/rsyslog/issues/1411