From 339a8c003a28f78b739f51978e8453ad3268758e Mon Sep 17 00:00:00 2001 From: Fabian Hiller Date: Sun, 16 Feb 2025 21:07:55 -0500 Subject: [PATCH] Update changelog of library --- library/CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/CHANGELOG.md b/library/CHANGELOG.md index 2bb7e275c..7edf1856b 100644 --- a/library/CHANGELOG.md +++ b/library/CHANGELOG.md @@ -11,9 +11,9 @@ All notable changes to the library will be documented in this file. - Add `args` and `returns` action to transform functions (issue #243) - Add `rfcEmail` action to validate RFC 5322 email addresses (pull request #912) - Add `gtValue` and `ltValue` action for greater than and less than validation (pull request #978, #985) -- Add `values` and `notValues` action to validate values (pull request #919) +- Add `values` and `notValues` action for easier multi-value validation (pull request #919) - Add `slug` action to validate URL slugs (pull request #910) -- Add `entriesFromObjects` util to improve tree shaking (issue #1023) +- Add `entriesFromObjects` util to improve tree shaking (pull request #1023) - Add new overload signature to `pipe` and `pipeAync` method to support unlimited pipe items of same input and output type (issue #852) - Add `@__NO_SIDE_EFFECTS__` notation to improve tree shaking (pull request #995) - Add `exactOptional` and `exactOptionalAsync` schema (PR #1013)