From 8b68523a339ec991bcd638b39dc8f04f808da88a Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Wed, 4 Feb 2015 18:02:06 +0100 Subject: [PATCH] Update the changelog for 1.6.1 --- CHANGES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3404cad52..e21d5aff6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,20 @@ +1.6.1 / 2015-02-04 +================== + +Bug fixes: + +* Added a check for empty path in `WebAssert::cleanUrl()` + +Driver testsuite: + +* Added an extra test to ensure the right behavior for traversal + +Misc: + +* Changed the description in the composer.json +* Switched the repository structure to use PSR-4 +* Updated URLs for the move to the new Github organization + 1.6.0 / 2014-09-26 ==================