Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 373 Bytes

CHANGELOG.md

File metadata and controls

23 lines (12 loc) · 373 Bytes

Changelog

All notable changes to php-json-rpc-client will be documented in this file.

Version 1.1.0 - 2022-11-24

Added

  • Add setOption(string $key, $value) method to set http client options.

Changed

  • Update README.md

Version 1.0.1 - 2022-11-24

Fixed

  • Fixed http client options ('http_errors' => false).

Changed

  • Update README.md