From 9f930262af66f3943cb5b8baa8cbc3e31bce0746 Mon Sep 17 00:00:00 2001 From: "Daniel St. Jules" Date: Mon, 16 Dec 2013 21:04:30 -0500 Subject: [PATCH] Update changelog for 1.3.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d27480f..ebbd297 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 1.3.0 (2013-12-16) + + * Additional Bulgarian support for toAscii + * str property made private + * Constructor casts first argument to string + * Constructor throws an InvalidArgumentException when given an array + * Constructor throws an InvalidArgumentException when given an object without + a __toString method + ### 1.2.2 (2013-12-04) * Updated create function to use late static binding