Skip to content

Commit fb2d203

Browse files
committed
Add 0.3.4 release to changelog.
1 parent 9026df2 commit fb2d203

4 files changed

Lines changed: 93 additions & 81 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 0.3.4 (2017-12-13)
4+
5+
- **[IMPROVED]** Added functional tests for behaviour of `all()`, `any()`, `some()`
6+
and `first()` when no coroutines are provided
7+
38
## 0.3.3 (2017-10-18)
49

510
- **[IMPROVED]** Update Recoil dependencies to stable releases

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# License
22

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

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,10 @@
4747
}
4848
],
4949
"config": {
50-
"sort-packages": true
50+
"sort-packages": true,
51+
"platform": {
52+
"php": "7.0"
53+
}
5154
},
5255
"minimum-stability": "dev",
5356
"prefer-stable": true

0 commit comments

Comments
 (0)