Skip to content

Commit

Permalink
Add 0.3.4 release to changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmalloc committed Dec 13, 2017
1 parent 9026df2 commit fb2d203
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 81 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.3.4 (2017-12-13)

- **[IMPROVED]** Added functional tests for behaviour of `all()`, `any()`, `some()`
and `first()` when no coroutines are provided

## 0.3.3 (2017-10-18)

- **[IMPROVED]** Update Recoil dependencies to stable releases
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# License

**© 2015-2016, [James Harris](https://github.com/jmalloc)**
**© 2015-2017, [James Harris](https://github.com/jmalloc)**

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,10 @@
}
],
"config": {
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "7.0"
}
},
"minimum-stability": "dev",
"prefer-stable": true
Expand Down
Loading

0 comments on commit fb2d203

Please sign in to comment.