File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments