From dd0c63c04205dce1a675a025645e910688a81a26 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 6 Nov 2012 01:58:41 +0000 Subject: [PATCH] Add a changelog for ErrorException::__construct() noting the addition of the $previous parameter. Fixes doc bug #63443 (ErrorException __construct API changed between 5.2 and 5.3). git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@328246 c90b9560-bf6c-de11-be94-00142212c4b1 --- .../predefined/errorexception/construct.xml | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/language/predefined/errorexception/construct.xml b/language/predefined/errorexception/construct.xml index 0c5bb0d34f..4f72bae38c 100644 --- a/language/predefined/errorexception/construct.xml +++ b/language/predefined/errorexception/construct.xml @@ -78,6 +78,30 @@ + + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.0 + + The previous parameter was added. + + + + + + +