From 3a1c38695843e37493e88ea7354eccda51a0abcf Mon Sep 17 00:00:00 2001 From: "Sergey G. Brester" Date: Wed, 31 Jan 2018 12:18:56 +0100 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index 3813a156..e0e244df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -39,6 +39,10 @@ ver. 0.10.3-dev-1 (20??/??/??) - development edition ### New Features ### Enhancements +* date-detector extended with long epoch (`LEPOCH`) to parse milliseconds/microseconds posix-dates (gh-2029); +* possibility to specify own regex-pattern to match epoch date-time, e. g. `^\[{EPOCH}\]` or `^\[{LEPOCH}\]` (gh-2038); + the epoch-pattern similar to `{DATE}` patterns does the capture and cuts out the match of whole pattern from the log-line, + e. g. date-pattern `^\[{LEPOCH}\]\s+:` will match and cut out `[1516469849551000] :` from begin of the log-line. ver. 0.10.2 (2018/01/18) - nothing-burns-like-the-cold