fix date conversion in ConfigurationBuilder

This commit is contained in:
Andreas Penski (init) 2020-08-12 09:02:34 +02:00
parent d7beb10404
commit cc7bfb2250
2 changed files with 4 additions and 1 deletions

View file

@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## Unreleased
### Fixed
- date conversion when using [ConfigurationBuilder#date(Date)](https://github.com/itplr-kosit/validator/blob/d7beb1040418ae5cbeb9427532fd87482f55756c/src/main/java/de/kosit/validationtool/config/ConfigurationBuilder.java#L109)
## 1.3.1
### Fixed