Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Latest commit

 

History

History
132 lines (73 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

132 lines (73 loc) · 1.96 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.7.1 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.7.0 - 2018-05-14

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #32 removes support for HHVM.

Fixed

  • Nothing.

2.6.2 - 2018-01-25

Added

  • #29 adds support for PHP 7.2, by replacing deprecated list/each syntax with a functional equivalent.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.6.1 - 2017-08-11

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #27 fixed a memory leak caused by repetitive addition of Accept and Content-Type headers on subsequent HTTP requests produced by the Zend\XmlRpc\Client.

2.6.0 - 2016-06-21

Added

  • #19 adds support for zend-math v3.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.5.2 - 2016-04-21

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #17 updates dependencies to allow zend-stdlib v3 releases.