Skip to content

Commit ca4e725

Browse files
committed
Make CHANGELOG render properly
1 parent 7c8227f commit ca4e725

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
CHANGELOG
22
=========
33

4-
* 0.3.0 (2013-04-14)
4+
### 0.3.0 (2013-04-14)
55

66
* BC break: [EventLoop] New timers API (@nrk)
77
* BC break: [EventLoop] Remove check on return value from stream callbacks (@nrk)
@@ -14,53 +14,53 @@ CHANGELOG
1414
* Bug fix: [EventLoop] Fix libevent timers with PHP 5.3
1515
* Bug fix: [EventLoop] Fix libevent timer cancellation (@nrk)
1616

17-
* 0.2.6 (2012-12-26)
17+
### 0.2.6 (2012-12-26)
1818

1919
* Feature: [Cache] New cache component, used by DNS
2020
* Bug fix: [Http] Emit end event when Response closes (@beaucollins)
2121
* Bug fix: [EventLoop] Plug memory issue in libevent timers (@cameronjacobson)
2222
* Bug fix: [EventLoop] Correctly pause LibEvLoop on stop()
2323

24-
* 0.2.5 (2012-11-26)
24+
### 0.2.5 (2012-11-26)
2525

2626
* Feature: [Stream] Make BufferedSink trigger progress events on the promise (@jsor)
2727
* Feature: [HttpClient] Use a promise-based API internally
2828
* Bug fix: [HttpClient] Use DNS resolver correctly
2929

30-
* 0.2.4 (2012-11-18)
30+
### 0.2.4 (2012-11-18)
3131

3232
* Feature: [Stream] Added ThroughStream, CompositeStream, ReadableStream and WritableStream
3333
* Feature: [Stream] Added BufferedSink
3434
* Feature: [Dns] Change to promise-based API (@jsor)
3535

36-
* 0.2.3 (2012-11-14)
36+
### 0.2.3 (2012-11-14)
3737

3838
* Feature: LibEvLoop, integration of `php-libev`
3939
* Bug fix: Forward drain events from HTTP response (@cs278)
4040
* Dependency: Updated guzzle deps to `3.0.*`
4141

42-
* 0.2.2 (2012-10-28)
42+
### 0.2.2 (2012-10-28)
4343

4444
* Major: Dropped Espresso as a core component now available as `react/espresso` only
4545
* Feature: DNS executor timeout handling (@arnaud-lb)
4646
* Feature: DNS retry executor (@arnaud-lb)
4747
* Feature: HTTP client (@arnaud-lb)
4848

49-
* 0.2.1 (2012-10-14)
49+
### 0.2.1 (2012-10-14)
5050

5151
* Feature: Support HTTP 1.1 continue
5252
* Bug fix: Check for EOF in `Buffer::write()`
5353
* Bug fix: Make `Espresso\Stack` work with invokables (such as `Espresso\Application`)
5454
* Minor adjustments to DNS parser
5555

56-
* 0.2.0 (2012-09-10)
56+
### 0.2.0 (2012-09-10)
5757

5858
* Feature: DNS resolver
5959

60-
* 0.1.1 (2012-07-12)
60+
### 0.1.1 (2012-07-12)
6161

6262
* Bug fix: Testing and functional against PHP >= 5.3.3 and <= 5.3.8
6363

64-
* 0.1.0 (2012-07-11)
64+
### 0.1.0 (2012-07-11)
6565

6666
* First tagged release

0 commit comments

Comments
 (0)