summaryrefslogtreecommitdiff
path: root/vendor/psr/cache/CHANGELOG.md
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2024-08-13 23:45:21 +0200
committerpolo <ordipolo@gmx.fr>2024-08-13 23:45:21 +0200
commitbf6655a534a6775d30cafa67bd801276bda1d98d (patch)
treec6381e3f6c81c33eab72508f410b165ba05f7e9c /vendor/psr/cache/CHANGELOG.md
parent94d67a4b51f8e62e7d518cce26a526ae1ec48278 (diff)
downloadAppliGestionPHP-bf6655a534a6775d30cafa67bd801276bda1d98d.zip
VERSION 0.2 doctrine ORM et entités
Diffstat (limited to 'vendor/psr/cache/CHANGELOG.md')
-rw-r--r--vendor/psr/cache/CHANGELOG.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/psr/cache/CHANGELOG.md b/vendor/psr/cache/CHANGELOG.md
new file mode 100644
index 0000000..58ddab0
--- /dev/null
+++ b/vendor/psr/cache/CHANGELOG.md
@@ -0,0 +1,16 @@
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