Skip to content

Commit 95cb25e

Browse files
committed
Add CHANGELOG.md
1 parent 082c59b commit 95cb25e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# CHANGELOG
2+
3+
This file is a manually maintained list of changes for each release. Feel free
4+
to add your changes here when sending pull requests. Also send corrections if
5+
you spot any mistakes.
6+
7+
## 0.3.0 (2013-XX-XX)
8+
9+
* Feature: Add `Datagram\Socket::end()` method which closes the socket as soon
10+
as the remaining outgoing buffer has been sent.
11+
* Fix: Actually close underlying socket descriptor in `Datagram\Socket::close()`.
12+
13+
## 0.2.0 (2013-04-16)
14+
15+
* BC break: Whole new API, adapted to nodejs's Socket.dgram API.
16+
* BC break: Unified `Datagram\Socket` instead of `Datagram\Client` and `Datagram\Server`
17+
* Support react v0.3
18+
19+
## 0.1.0 (2013-01-21)
20+
21+
* First tagged release
22+

0 commit comments

Comments
 (0)