• File: CHANGELOG.md
  • Full Path: /home/chassiw/www/wp-content/plugins/zero-spam/vendor/sabre/cache/CHANGELOG.md
  • File size: 506 bytes
  • MIME-type: text/plain
  • Charset: utf-8
ChangeLog
=========

1.0.3 (2020-10-03)
------------------

* #25: Add support for PHP 8.0 (@phil-davis)

1.0.2 (2020-10-03)
------------------

* #18 #19 #20 #21 #22: Refactor CI (@phil-davis)
* #14: Code refactor for phpstan and add support for PHP 7.4 (@phil-davis)

1.0.1 (2019-07-19)
------------------

* Memory::delete() must return bool (#11), thx to @webinarium

1.0.0 (2017-01-02)
------------------

* First version!
* Supports Memcached, APCu and an in-process Memory Cache.
* Supports PSR-16.