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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
## 9.0.0
2
-
##### 1 october 2021
2
+
##### 31 october 2021
3
3
-__Migration guide__
4
4
- Read the [migration guide](./docs/migration/MigratingFromV8ToV9.md) to upgrade from V8 to V9
5
5
-__PSR-6__
6
6
- Upgraded `psr/cache` dependency to `^2.0||^3.0` (for PHP-8 types)
7
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
8
-__PSR-16__
9
-
-_To be written when the PSR-16 will be upgraded for PHP-8_
9
+
-Upgraded `psr/simple-cache` dependency to `^2.0||^3.0` (for PHP-8 types)
10
10
-__API__
11
11
- Upgraded Phpfastcache API `4.0.0` ([see changes](CHANGELOG_API.md))
12
12
- Renamed `Api::getPhpFastCacheVersion()` to `Api::getPhpfastcacheVersion()`
0 commit comments