From ddca4bbdac85ecc96c3d0dda534d3817ac10457a Mon Sep 17 00:00:00 2001 From: Drak Date: Fri, 20 Apr 2012 18:07:41 +0545 Subject: [PATCH 1/2] Update CHANGELOG-2.1.md --- CHANGELOG-2.1.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG-2.1.md b/CHANGELOG-2.1.md index 374238025c..9da2ce0b59 100644 --- a/CHANGELOG-2.1.md +++ b/CHANGELOG-2.1.md @@ -203,6 +203,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * added a reference to the EventDispatcher on the Event * added a reference to the Event name on the event * added fluid interface to the dispatch() method which now returns the Event object + * added GenericEvent event class ### Filesystem From a72d7ef8f67f7fc1d948278d8072337995670654 Mon Sep 17 00:00:00 2001 From: Tony Piper Date: Fri, 20 Apr 2012 14:10:06 +0100 Subject: [PATCH 2/2] ignore composer.phar for running unit tests the external dependencies are now managed using composer, so it's necessary to download compmoser.phar to install them. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 83ef63d16b..fc673fa663 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ phpunit.xml composer.lock +composer.phar autoload.php /vendor/