Skip to content

Commit d0654e5

Browse files
committed
Update changelog
1 parent b54ef2e commit d0654e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
# Change log
22
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).
33

4-
## [0.3.0] - 2016-01-14
4+
## [0.3.0] - 2016-01-15
55
### Added
66
- Added `Icicle\Concurrent\Worker\factory()` function that accesses or sets the global worker factory.
7-
- Added `Icicle\Concurrent\Worker\queue()` function that accesses or sets the global worker queue.
8-
- Added `Icicle\Concurrent\Worker\pull()` function that pulls and returns a worker from the global worker queue.
7+
- Added `Icicle\Concurrent\Worker\get()` function that returns a worker from the global worker pool.
98

109
### Changed
1110
- `Icicle\Concurrent\Worker\Environment` is now an interface, with `Icicle\Concurrent\Worker\BasicEnvironment` being the default implementation provided to workers that is then provided to `Icicle\Concurrent\Worker\Task::run()`. Workers with different implementations of `Environment` can be easily created for particular applications.
@@ -99,6 +98,7 @@ First release.
9998
- Non-blocking mutexes and semaphores for protecting parcels.
10099

101100

101+
[0.3.0]: https://github.com/icicleio/concurrent/releases/tag/v0.3.0
102102
[0.2.2]: https://github.com/icicleio/concurrent/releases/tag/v0.2.2
103103
[0.2.1]: https://github.com/icicleio/concurrent/releases/tag/v0.2.1
104104
[0.2.0]: https://github.com/icicleio/concurrent/releases/tag/v0.2.0

0 commit comments

Comments
 (0)