From f1df69532841b0b0540bca0c7e5c43f3d95e6df9 Mon Sep 17 00:00:00 2001 From: Attila Olah Date: Wed, 24 Jan 2018 03:44:19 +0100 Subject: [PATCH] chore: update changelog with fixes to @ValidateNested --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd45d97696..73c7cca35b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ * 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 +* `@ValidateNested` correctly generates validation error on non object and non array values. ### 0.6.7