From 1bb62a0d722a34d930289ea9733b925eef03ca3b Mon Sep 17 00:00:00 2001 From: Deepak Raj <54245038+codePerfectPlus@users.noreply.github.com> Date: Sun, 2 Jun 2024 10:23:43 +0530 Subject: [PATCH] feat: Deprecate Validator class and use Sanatio class instead --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90b6780..ca8b2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,4 +15,5 @@ All notable changes to this project will be documented in this file. The format - documentation added - code refactored and code quality improved - test cases and test coverage added -- bug fixes \ No newline at end of file +- bug fixes +- Validator class deprecated, Use the Sanatio class instead, which is appropriate name as package name. \ No newline at end of file