Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Changelog

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

## [3.0.0](https://github.com/php-fig/simple-cache/compare/2.0.0...3.0.0) - 2021-10-29

### Changed

- **BREAKING** All methods have return types

## [2.0.0](https://github.com/php-fig/simple-cache/compare/1.0.1...2.0.0) - 2021-10-29

### Changed

- Adds parameter types
- Makes `CacheException` extend `\Throwable`
- Requires PHP 8


## [1.0.1](https://github.com/php-fig/simple-cache/compare/1.0.0...1.0.1) - 2018-03-05

### Fixed

- Include slash at the beginning for DateInterval in typehint - michaelcullum

## 1.0.0 - 2017-01-02

Initial stable release; reflects accepted [PSR-16 specification](https://www.php-fig.org/psr/psr-16/)