From 37eb4301e444a23a70c9b2c5592108b432f86f7d Mon Sep 17 00:00:00 2001 From: Attila Olah Date: Thu, 4 Jan 2018 21:24:14 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc91be98a6..59e0fdad4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,15 @@ # Release notes -**0.6.7-0.6.8** +**0.7.4** + +* fixed issue with `@IsDateString` now it allow dates without fraction seconds to be set +* fixed issue with `@IsDateString` now it allow dates without with timezones to be set + +**0.6.7** * fixed issue with `@ValidateNested` when nested property is not defined and it throw an error (#59) -**0.6.5-0.6.6** +**0.6.5** * fixed bugs with `@IsUrl`, `@IsEmail` and several other decorators