| Conditions | 1 |
| Paths | 1 |
| Total Lines | 13 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 45 | public static function getChangelog() |
||
| 46 | { |
||
| 47 | return <<<CHANGELOG |
||
| 48 | - 1.1.0 |
||
| 49 | -- Implemented JSON methods such as: |
||
| 50 | ExtendedCacheItemPoolInterface::getItemsAsJsonString() |
||
| 51 | ExtendedCacheItemPoolInterface::getItemsByTagsAsJsonString() |
||
| 52 | ExtendedCacheItemInterface::getDataAsJsonString() |
||
| 53 | |||
| 54 | - 1.0.0 |
||
| 55 | -- First initial version |
||
| 56 | CHANGELOG; |
||
| 57 | } |
||
| 58 | } |