Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

Latest commit

 

History

History
94 lines (50 loc) · 1.52 KB

CHANGELOG.md

File metadata and controls

94 lines (50 loc) · 1.52 KB

Changelog

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

2.6.2 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.6.1 - 2019-10-16

Added

  • #19 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.6.0 - 2018-04-30

Added

  • #18 adds support for PHP 7.1 and 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #18 removes support for PHP 5.5.

  • #18 removes support for HHVM.

Fixed

  • #13 fixes the Zend\Memory\Container\Movable::markAsSwapped() method to correctly set the SWAPPPED bit instead of the LOADED bit.

2.5.2 - 2016-05-11

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #12 updates the PHP requirement to allow either 5.5+ or 7.0+, and pins the zend-cache version for testing to 2.7+.