File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
22=========
33
4- ### 0.4.0 (2014-xx -xx)
4+ ### 0.4.0 (2014-02 -xx)
55
66 * Feature: Added ChildProcess to run async child processes within the event loop (@jmikola )
77 * Feature: [ EventLoop] Added ` EventLoopInterface::nextTick() ` , implemented in all event loops (@jmalloc )
8+ * Feature: [ EventLoop] Added ` EventLoopInterface::futureTick() ` , implemented in all event loops (@jmalloc )
89 * Feature: [ EventLoop] Added ` ExtEventLoop ` implementation using pecl/event (@jmalloc )
910 * BC break: [ HttpClient] Drop unused ` Response::getBody() `
1011 * BC break: Bump minimum PHP version to PHP 5.4, remove 5.3 specific hacks
1112 * BC break: Remove ` $loop ` argument from ` HttpClient ` : ` Client ` , ` Request ` , ` Response `
1213 * BC break: Update to React/Promise 2.0
1314 * BC break: Update to Evenement 2.0
1415 * BC break: [ EventLoop] New method: ` EventLoopInterface::nextTick() `
16+ * BC break: [ EventLoop] New method: ` EventLoopInterface::futureTick() `
1517 * Bug fix: [ Dns] Properly resolve CNAME aliases
1618
1719### 0.3.3 (2013-07-08)
18-
20+
1921 * Bug fix: [ EventLoop] No error on removing non-existent streams (@clue )
2022 * Bug fix: [ EventLoop] Do not silently remove feof listeners in ` LibEvLoop `
2123 * Bug fix: [ Stream] Correctly detect closed connections
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ set -o pipefail
44
55if [ " $TRAVIS_PHP_VERSION " != " hhvm" ]; then
66
7- # install "libevent' (used by 'event' and 'libevent' PHP extensions)
7+ # install "libevent" (used by 'event' and 'libevent' PHP extensions)
88 sudo apt-get install -y libevent-dev
99
1010 # install 'event' PHP extension
You can’t perform that action at this time.
0 commit comments