1
0
mirror of https://github.com/danielstjules/Stringy.git synced 2025-08-14 17:24:29 +02:00

Update changelog for 1.3.0

This commit is contained in:
Daniel St. Jules
2013-12-16 21:04:30 -05:00
parent c230885a13
commit 9f930262af

View File

@@ -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) ### 1.2.2 (2013-12-04)
* Updated create function to use late static binding * Updated create function to use late static binding