This repository has been archived by the owner on Jan 29, 2020. It is now read-only.
zend-cache 2.6.1
weierophinney
released this
12 Feb 16:41
·
461 commits
to master
since this release
Added
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #73 fixes how the
EventManager
instance is lazy-instantiated inZend\Cache\Storage\Adapter\AbstractAdapter::getEventManager()
. In 2.6.0, it was using the v3-specific syntax; it now uses syntax compatible with both v2 and v3.