From a7a9a987d01d052ff9c99510ecbd07ebc6c270f2 Mon Sep 17 00:00:00 2001 From: Nicolas Grekas Date: Thu, 25 Jun 2015 10:17:49 +0200 Subject: [PATCH] Bump to version 1.2.3 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1695ada..da707af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.2.3 (2015-06-25) + +- fix mb_strrpos shim with negative offset +- sync tests with latest PHP/HHVM behaviors +- remove PHP7/HHVM from allowed failures +- move to PSR-1+2+4 +- mv class/ src/ + ## v1.2.2 (2015-04-26) - Fix ucwords to be functionally the same as in-built PHP version