Skip to content

Commit

Permalink
Update README for v0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Eckerstorfer committed Oct 17, 2015
1 parent e9cb539 commit 107d7c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -57,6 +57,12 @@ $workflow->process(/* reader */);
Change Log
----------

### Version 0.4 (17 October 2015)

- [#8](https://github.com/plumphp/plum/pull/8) Remove `Workflow::addValueConverter()` and `Workflow::addValueFilter()`
and handle value filters and converter by `::addConverter()` and `::addFilter()`.
- [#9](https://github.com/plumphp/plum/pull/9) Allowing processing of multiple readers.

### Version 0.3.1 (15 May 2015)

- `MappingConverter` allows to copy instead of move values
Expand Down

0 comments on commit 107d7c3

Please sign in to comment.