From 2506df6f077630c9ad0c814a116cf18f2e0c4c4c Mon Sep 17 00:00:00 2001 From: dtrai2 Date: Wed, 13 Nov 2024 14:26:12 +0100 Subject: [PATCH] fix CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ff2620e..00bdda7da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ * replace `BaseException` with `Exception` for custom errors * refactor `generic_resolver` to validate rules on startup instead of application of each rule * rewrite the helper method `add_field_to` such that it always raises an `FieldExistsWarning` instead of return a bool. -* add new helper method `add_batch_to` to directly add multiple fields to one event +* add new helper method `add_fields_to` to directly add multiple fields to one event * refactored some processors to make use of the new helper methods