Skip to content

Commit 95c886c

Browse files
committed
Merge pull request #3 from clue/changelog
Add CHANGELOG
2 parents b4aca49 + cd25114 commit 95c886c

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Changelog
2+
3+
## 0.4.1 (2014-04-13)
4+
5+
* Bug fix: Fixed PSR-4 autoload path (@marcj/WyriHaximus)
6+
7+
## 0.4.0 (2014-02-02)
8+
9+
* BC break: Bump minimum PHP version to PHP 5.4, remove 5.3 specific hacks
10+
* BC break: Update to React/Promise 2.0
11+
* Bug fix: Properly resolve CNAME aliases
12+
* Dependency: Autoloading and filesystem structure now PSR-4 instead of PSR-0
13+
* Bump React dependencies to v0.4
14+
15+
## 0.3.2 (2013-05-10)
16+
17+
* Feature: Support default port for IPv6 addresses (@clue)
18+
19+
## 0.3.0 (2013-04-14)
20+
21+
* Bump React dependencies to v0.3
22+
23+
## 0.2.6 (2012-12-26)
24+
25+
* Feature: New cache component, used by DNS
26+
27+
## 0.2.5 (2012-11-26)
28+
29+
* Version bump
30+
31+
## 0.2.4 (2012-11-18)
32+
33+
* Feature: Change to promise-based API (@jsor)
34+
35+
## 0.2.3 (2012-11-14)
36+
37+
* Version bump
38+
39+
## 0.2.2 (2012-10-28)
40+
41+
* Feature: DNS executor timeout handling (@arnaud-lb)
42+
* Feature: DNS retry executor (@arnaud-lb)
43+
44+
## 0.2.1 (2012-10-14)
45+
46+
* Minor adjustments to DNS parser
47+
48+
## 0.2.0 (2012-09-10)
49+
50+
* Feature: DNS resolver

0 commit comments

Comments
 (0)