Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.01 KB

CHANGELOG.md

File metadata and controls

27 lines (17 loc) · 1.01 KB

Changelog

All notable changes to changelly-php will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

v1.1.0 - 2019-01-24

Added

  • Add support for PHP 7.3 (2fde146)

Changed

  • Update the structure of the repository (8b9a9c8)
  • Update to use strict typing (8dbb7c1)

v1.0.1 - 2018-01-02

Added

  • Add documentation on using the library (ab34e53)

Fixed

  • Fix broken unit test, the API can now return a string of Infinity (67f4359)

v1.0.0 - 2017-12-21

Added

  • Initial release