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