Reference changes that ease command testing in 3.2

This commit is contained in:
Robin Chalas 2016-06-22 21:46:55 +02:00
parent 1298ce51cb
commit a0b4ae724c
No known key found for this signature in database
GPG Key ID: 89672113756EE03B

View File

@ -1,6 +1,13 @@
CHANGELOG
=========
3.2.0
------
* added `setInputs()` method to CommandTester for ease testing of commands expecting inputs
* added `setStream()` and `getStream()` methods to Input (implement StreamableInputInterface)
* added StreamableInputInterface
3.1.0
-----