From 083a71466fac5d0c1bd0c4194207d09563ed1aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20V=C3=B5hmar?= Date: Thu, 1 Dec 2022 11:07:17 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c67b4db5c..207b0a08c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +01.12.2022 +* Fixed empty validation result reason in the logs https://github.com/internetee/registry/issues/2490 +* Reduced unnecessary logging from email validation logs https://github.com/internetee/registry/issues/2491 + 30.11.2022 * Validator for incoming disclosed attributes https://github.com/internetee/registry/issues/2486 * Endpoint for registrar xml console feature https://github.com/internetee/registry/pull/2483