source: vendor/psr/cache/CHANGELOG.md@ e3d4e0a

Last change on this file since e3d4e0a was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 7 days ago

Upload project files

  • Property mode set to 100644
File size: 746 bytes
Line 
1# Changelog
2
3All notable changes to this project will be documented in this file, in reverse chronological order by release.
4
5## 1.0.1 - 2016-08-06
6
7### Fixed
8
9- Make spacing consistent in phpdoc annotations php-fig/cache#9 - chalasr
10- Fix grammar in phpdoc annotations php-fig/cache#10 - chalasr
11- Be more specific in docblocks that `getItems()` and `deleteItems()` take an array of strings (`string[]`) compared to just `array` php-fig/cache#8 - GrahamCampbell
12- For `expiresAt()` and `expiresAfter()` in CacheItemInterface fix docblock to specify null as a valid parameters as well as an implementation of DateTimeInterface php-fig/cache#7 - GrahamCampbell
13
14## 1.0.0 - 2015-12-11
15
16Initial stable release; reflects accepted PSR-6 specification
Note: See TracBrowser for help on using the repository browser.