Skip to content

Commit eb0361b

Browse files
committed
Added CHANGELOG entry
Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com>
1 parent 1d4857e commit eb0361b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file, in reverse
66

77
### Added
88

9+
- [#21](https://github.com/laminas/laminas-cache/pull/21) Adds new `PluginAwareInterface` and `PluginCapableInterface` to provide better typehinting against plugin capable storage adapters
910
- [#40](https://github.com/laminas/laminas-cache/pull/40) Adds installation instructions to documentation.
1011

1112
### Changed
@@ -14,7 +15,7 @@ All notable changes to this project will be documented in this file, in reverse
1415

1516
### Deprecated
1617

17-
- Nothing.
18+
- [#21](https://github.com/laminas/laminas-cache/pull/21) In case the `StorageFactory` has to create a custom `StorageAdapterInterface` implementation which does not extend the `AbstractAdapter`, the factory will trigger a deprecation message due to the missing `PluginAwareInterface` implementation when a `plugins` configuration was provided.
1819

1920
### Removed
2021

0 commit comments

Comments
 (0)