Skip to content

Commit 96257c5

Browse files
committed
Updated changelog
1 parent 3e4b3d4 commit 96257c5

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
CHANGELOG
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

scripts/travis-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o pipefail
44

55
if [ "$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

0 commit comments

Comments
 (0)