updated CHANGELOG for 2.8.24

This commit is contained in:
Fabien Potencier 2017-07-05 11:52:53 +03:00
parent 442058dc61
commit 09797de757
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,10 @@ in 2.8 minor versions.
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v2.8.0...v2.8.1
* 2.8.24 (2017-07-05)
* bug #23378 [FrameworkBundle] Do not remove files from assets dir (1ed)
* 2.8.23 (2017-07-04)
* bug #23341 [DoctrineBridge][Security][Validator] do not validate empty values (xabbuh)