Skip to content

Commit 8b59cd2

Browse files
committed
3.0.0
1 parent 63d8190 commit 8b59cd2

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 3.0.0 (2017-03-08)
2+
3+
* Breaking change: added $language parameter to toAscii, before
4+
$removeUnsupported
5+
* Breaking change: dropped PHP 5.3 support
6+
* Breaking change: any StaticStringy methods that previously returned instances
7+
of Stringy now return strings
8+
19
### 2.4.0 (2017-03-02)
210

311
* Add startsWithAny

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ in your composer.json file:
179179

180180
```json
181181
"require": {
182-
"danielstjules/stringy": "~2.4"
182+
"danielstjules/stringy": "~3.0"
183183
}
184184
```
185185

0 commit comments

Comments
 (0)