From 107d7c3d66c692d95b4102d279ab5531ac44841d Mon Sep 17 00:00:00 2001 From: Florian Eckerstorfer Date: Sat, 17 Oct 2015 16:08:22 +0200 Subject: [PATCH] Update README for v0.4 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a563deb..96626aa 100644 --- a/README.md +++ b/README.md @@ -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