CHANGES.md in socketry-0.5.0 vs CHANGES.md in socketry-0.5.1
- old
+ new
@@ -1,4 +1,8 @@
+## 0.5.1 (2016-11-26)
+
+* Fix regression in Socketry::SSL::Socket#close
+
## 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