Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 562 Bytes

Changelog.md

File metadata and controls

33 lines (19 loc) · 562 Bytes

Change Log

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

UNRELEASED

1.2.0

  • Support for PHP 8.1
  • Drop support for PHP < 7.4
  • Allow psr/cache: ^1.0 || ^2.0

1.1.0

Added

  • Support for PHP 8
  • New PSR-16 SessionHandler
  • Implemented PHP 7.0's SessionUpdateTimestampHandlerInterface with a new AbstractSessionHandler base class

1.0.0

  • No changes since 0.2.1

0.2.1

Fixed

  • Typos, documentation and general package improvements.

0.2.0

  • No changelog before this version