CHANGES.md in socketry-0.3.0 vs CHANGES.md in socketry-0.4.0
- old
+ new
@@ -1,4 +1,11 @@
+## 0.4.0 (2016-11-25)
+
+* Specs and bugfixes for SSL sockets
+* Specs and bugfixes for UDP sockets
+* Add Socketry::UDP::Datagram class
+* Add Socketry::AddressInUseError exception
+
## 0.3.0 (2016-09-24)
* Implement Socketry::TCP::Socket#read and #write
* Use StandardError as the base class for Socketry::Error
* Add Socketry::ConnectionRefusedError