From cfa1a329485e0ce4af829f7c77692aba04bc5c11 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Thu, 17 Apr 2014 14:16:33 -0500 Subject: [PATCH] [#6154] Added note to README (detailing BC break) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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