Skip to content

Commit 4d0a6e4

Browse files
Update README for v0.9.0 release
1 parent 005a62e commit 4d0a6e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,17 @@ In case you want to support the development of Chain you can [send me an Euro or
229229

230230
## Change Log
231231

232+
### Version 0.9.0 (19 July 2020)
233+
234+
- [#42](https://github.com/cocur/chain/pull/42) Refactor to support strong typing (by [nreynis](https://github.com/nreynis))
235+
- [#45](https://github.com/cocur/chain/pull/45) Use self return type (by [nreynis](https://github.com/nreynis))
236+
- [#46](https://github.com/cocur/chain/pull/46) Bugfixes for splice and replace (by [nreynis](https://github.com/nreynis))
237+
- [#47](https://github.com/cocur/chain/pull/47) Handle invalid patterns in createFromString (by [nreynis](https://github.com/nreynis))
238+
- [#49](https://github.com/cocur/chain/pull/49) Move static factory fill method (by [nreynis](https://github.com/nreynis))
239+
- [#50](https://github.com/cocur/chain/pull/50) Add includes (in_array) (by [nreynis](https://github.com/nreynis))
240+
- [#51](https://github.com/cocur/chain/pull/51) Add every (by [nreynis](https://github.com/nreynis))
241+
- [#52](https://github.com/cocur/chain/pull/52) Add some (by [nreynis](https://github.com/nreynis))
242+
232243
### Version 0.8.0 (12 September 2019)
233244

234245
- [#40](https://github.com/cocur/chain/pull/40) Update tooling and dependencies, set minimum PHP version to 7.2

0 commit comments

Comments
 (0)