Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Jul 2, 2015
1 parent 8718b1b commit 377d93a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,14 @@
### v0.3.0

- Changes
- The following methods now return a `Generator` that can be used to create a `Coroutine` instead of returning a promise. Wrap the function call with `new Coroutine()` to create a promise or use with `yield` in a coroutine. This change was made to support `yield from` in PHP 7.
- Updated dependencies based on changes made in Icicle v0.7.0.
- The following methods now return a `Generator` that can be used to create a `Coroutine` instead of returning a promise. Wrap the function call with `new Coroutine()` to create a promise or use with `yield` in a coroutine. *This change was made to support `yield from` in PHP 7.*
- `Icicle\Dns\Connector\ConnectorInterface::connect()`
- `Icicle\Dns\Executor\ExecutorInterface::execute()`
- `Icicle\Dns\Resolver\ResolverInterface::resolve()`

---

### v0.2.0

- Changes
Expand Down

0 comments on commit 377d93a

Please sign in to comment.