From 66f64488d253ef800ff52c3ae4b133168a68ab6a Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Thu, 9 Jun 2011 09:00:28 +0200 Subject: [PATCH] Update ChangeLog. --- ChangeLog.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog.markdown b/ChangeLog.markdown index c412ecc01..4bdf71d55 100644 --- a/ChangeLog.markdown +++ b/ChangeLog.markdown @@ -3,6 +3,11 @@ PHP_CodeCoverage 1.0 This is the list of changes for the PHP_CodeCoverage 1.0 release series. +PHP_CodeCoverage 1.0.5 +---------------------- + +* Fixed sorting of top project risks. + PHP_CodeCoverage 1.0.4 ----------------------