From 0cb4e176faca1d698877faaa2a145249cf340928 Mon Sep 17 00:00:00 2001 From: Elie NEHME Date: Tue, 3 Dec 2019 11:50:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Pass=20CallableRule=20to=20the?= =?UTF-8?q?=20Callable=20function=20#24?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bafab0c..0884a9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ All notable changes to this project will be documented in this file, in reverse ### Changed - [#23](https://github.com/elie29/validator/issues/23) Make setValue public. +- [#24](https://github.com/elie29/validator/issues/24) Pass CallableRule to the Callable function. ### Deprecated