Skip to content

Commit

Permalink
[zendframework#6154] Added note to README
Browse files Browse the repository at this point in the history
(detailing BC break)
  • Loading branch information
weierophinney authored and wdalmut committed Apr 24, 2014
1 parent 7aec8ca commit cfa1a32
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cfa1a32

Please sign in to comment.