From f49bdb9339d0896b17f5f56f10d2f03abb3b7802 Mon Sep 17 00:00:00 2001 From: Andrew Roslik Date: Wed, 18 Feb 2015 20:19:55 +0200 Subject: [PATCH] - Updated README.md. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7610f7c..92db2cb 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ $a=function($b){return $b}; ``` ## Release notes +- v1.6.9 Fixed generating paths on install hook files into a project. - v1.6.8 Improved skipping methods name validation. Added new tag @skipHookMethodNaming. - v1.6.7 Added supporting numbers in the issue project key in commit message. - v1.6.6 Added PHP version of bin file (you may run all commands via `php commithook.php`). Added extra "complete" messages on "verbose" mode to the "remove" command.