From c2731552cd5c8fa9f5de73638de9818aabde307b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20B=C3=A4ck?= Date: Thu, 1 Apr 2021 22:09:22 +0200 Subject: [PATCH] Add 1.6.3 changelog entry --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f57547..bbdd520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ Logstash Filter Verifier Change Log All timestamps are in the Europe/Stockholm timezone. +1.6.3 (2021-04-01) +------------------ + + * Fix for a bug that caused large integer literals in the + configuration files to get replaced by their counterpart + in scientific notation, i.e. 2000000 would become 2e+06, + which Logstash doesn't support. + + 1.6.2 (2020-11-21) ------------------