diff --git a/README.md b/README.md index 4722e69b949..521d0a0bab2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,13 @@ DD MMM YYY ### UPDATES IN 2.4.0 +- [#6154](https://github.com/zendframework/zf2/pull/6154) updates + `Zend\InputFilter\BaseInputFilter::isValid()` to accept an optional `$context` + parameter; if used, this value will be passed to all composed inputs as + context, instead of the value provided to `setData()`. For classes overriding + the `isValid()` method of an InputFilter, you will need to add + `$context = null` as an argument. + Please see [CHANGELOG.md](CHANGELOG.md). ### SYSTEM REQUIREMENTS