diff --git a/CHANGELOG.md b/CHANGELOG.md index f63544f..c8a6dc3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## 2.0.0 - 2016-01-31 ### Added -- New method . +- New method destroy, allows manually destruction of the lock. Internally release the lock and perform a cleanup operation. It's the same process used by the `__destruct` magic method. +- FSLock now implements FSLockInterface. -### Changes +### Changed +- Improve test suit. +- Update PSR-0 autoload to PSR-4 format. +- Update README.