Skip to content

Commit efb1002

Browse files
committed
2.1
1 parent ae74e66 commit efb1002

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 2.1.0 (2015-09-02)
2+
3+
* Added simplified StaticStringy class
4+
* str in Stringy::create and constructor is now optional
5+
16
### 2.0.0 (2015-07-29)
27

38
* Removed StaticStringy class

README.md

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

129129
```json
130130
"require": {
131-
"danielstjules/stringy": "~2.0"
131+
"danielstjules/stringy": "~2.1"
132132
}
133133
```
134134

0 commit comments

Comments
 (0)