From 6a7b0391b2baf0bfdca3ec0c8d33ff379c2835ad Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Thu, 8 Jan 2015 07:21:43 -0800 Subject: [PATCH] 1.8.1 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7d349..27d0189 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 1.8.1 (2015-01-08) + + * Optimized chars() + * Added "ä Ä Ö Ü"" in toAscii() + * Added support for Unicode spaces in toAscii() + * Replaced instances of self::create() with static::create() + * Added missing test cases for safeTruncate() and longestCommonSuffix() + * Updated Stringy\create() to avoid collision when it already exists + ### 1.8.0 (2015-01-03) * Listed ext-mbstring in composer.json