You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,11 @@
2
2
##### 1 october 2021
3
3
-__Migration guide__
4
4
- Read the [migration guide](./docs/migration/MigratingFromV8ToV9.md) to upgrade from V8 to V9
5
+
-__PSR-6__
6
+
- Upgraded `psr/cache` dependency to `^3.0` (for PHP-8 types)
7
+
-`\Psr\Cache\CacheItemInterface::get()` slightly changed to fully comply with missing PSR-6 specification: If the cache item is **NOT** hit, this method will return `NULL`.
8
+
-__PSR-16__
9
+
-_To be written when the PSR-16 will be upgraded for PHP-8_
5
10
-__API__
6
11
- Upgraded Phpfastcache API `4.0.0` ([see changes](CHANGELOG_API.md))
7
12
- Renamed `Api::getPhpFastCacheVersion()` to `Api::getPhpfastcacheVersion()`
@@ -21,7 +26,6 @@
21
26
- Typed every class properties of the library
22
27
- Migrated many Closure to arrow functions
23
28
- Updated parameters & return type hint to use benefit of covariance and contravariance
24
-
- Upgraded `psr/cache` dependency to `^3.0`
25
29
- Removed embedded Autoload, Phpfastcache is now only Composer-compatible.
0 commit comments