From 19fb1c68a5692784224f94fd0b93f6e47276e164 Mon Sep 17 00:00:00 2001 From: Arkadiusz Bielewicz Date: Wed, 13 Oct 2021 13:44:21 +0200 Subject: [PATCH] #532 Improve date format validation to include all supported cases | Adjusted CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e93b9c..91f1347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add `--config-file` flag to read configuration file from a custom location - Clarify custom date format for `date` field in configuration file in the README. ### Fixed -- Specific length date formatting for nanos `.3/6/9f` fixed [#532](https://github.com/Peltoche/lsd/issues/532) +- Support all `strftime` like formatting [#532](https://github.com/Peltoche/lsd/issues/532) ## [0.20.1] - 2021-03-07 ### Fixed