php-bitcoinrpc v2.0.11
- Added ability to change response handler class via
getResponseHandler()
method, when extendingDenpa\Bitcoin\Client
class.
This allows for further response customizations in dependent packages likedenpa\laravel-bitcoinrpc
.
See: BitcoindResponse.php and Response.php - Improved namespace structure.