From 45a4c294a330cb9f88379266f6cf0a9001110389 Mon Sep 17 00:00:00 2001 From: Synchro Date: Tue, 5 Aug 2014 09:20:01 +0200 Subject: [PATCH] Changelog --- changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/changelog.md b/changelog.md index 05e318d79..117d35cfa 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,7 @@ * Use property defaults, remove constructors * Remove unreachable code * Use older regex validation pattern for troublesome PCRE library versions +* Improve PCRE detection in older PHP versions ## Version 5.2.8 (May 14th 2014) * Increase timeout to match RFC2821 section 4.5.3.2 and thus not fail greetdelays, fixes #104