simple-cache
simple-cache copied to clipboard
Introduce CHANGELOG.md
I was looking at the dependency graph of some of my applications and I noticed I was mostly depending on psr/simple-cache:^1.0
. I knew about the introduction of version 2.0.0 and 3.0.0 and of the rationale behind having a separate 2.0.0 and 3.0.0 branch. What I had forgotten was exactly what the difference was between those two. Typically a changelog is a central location to see the changes per release. This repository was missing that changelog. I took the liberty of creating one.
- Introduce
CHANGELOG.md
, populated with the releases starting with1.0.0
. The format is based on Keep a Changelog and the changelog from psr/cache.