From f64dd48aa26ea1eb62c72264fd099fe79567e8a7 Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 6 Apr 2012 22:47:02 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7994e7c61..e495544d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ * 1.0.0-alpha3 + * Added caching of repository metadata (faster startup times & failover if packagist is down) + * Improved repository protocol to have large cacheable parts + * 1.0.0-alpha2 (2012-04-03) * Added `create-project` command to install a project from scratch with composer