CHANGES.md in socketry-0.4.0 vs CHANGES.md in socketry-0.5.0

- old
+ new

@@ -1,4 +1,14 @@ +## 0.5.0 (2016-11-26) + +* Require Ruby 2.2.6+ (earlier 2.2 versions had async I/O bugs) +* Extract Socketry::SSL::Socket#accept into its own method +* Simplify Socketry::SSL::Socket#from_socket API +* Raise Socketry::SSL::CertificateVerifyError for certificate verification errors +* Specs and bugfixes for Socketry::SSL::Server +* Rename Socketry::UDP::Datagram accessors to `remote_host`, `remote_addr`, and `remote_port` +* Update to RuboCop 0.45.0 + ## 0.4.0 (2016-11-25) * Specs and bugfixes for SSL sockets * Specs and bugfixes for UDP sockets * Add Socketry::UDP::Datagram class