From 59765a66f53cf1bcab4975647abe4caa41343ec8 Mon Sep 17 00:00:00 2001 From: Yago Riveiro Date: Sun, 31 Jan 2016 23:48:35 +0000 Subject: [PATCH] Bump version to 2.0.0 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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.