[Finder] added a CHANGELOG entry for the previous merge

This commit is contained in:
Fabien Potencier 2013-03-23 08:42:25 +01:00
parent e5be0ded50
commit bbf9ec93e9
2 changed files with 14 additions and 0 deletions

View File

@ -1,6 +1,11 @@
CHANGELOG
=========
2.3.0
-----
* unified the way subfolders that are not executable are handled by always throwing an AccessDeniedException exception
2.2.0
-----

View File

@ -1,5 +1,14 @@
<?php
/*
* This file is part of the Symfony package.
*
* (c) Fabien Potencier <fabien@symfony.com>
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
namespace Symfony\Component\Finder\Exception;
/**