CHANGELOG in thin-1.7.0 vs CHANGELOG in thin-1.7.1
- old
+ new
@@ -1,5 +1,9 @@
+== 1.7.1 Muffin Mode
+ * Ruby 2.4 support (Fixnum deprecation) [nimish-mehta]
+ * Allow ERB templates in config files [markets]
+
== 1.7.0 Dunder Mifflin
* Rack 2 support
* Ensure Response body.close is called in the same thread
Fixes issues with ActiveRecord connection management [#307]
* Fix TCP/IP Backend reports incorrect port when asked to bind to 0 [meschbach]
@@ -10,10 +14,9 @@
* Fix warning in logger [tenderlove]
* Add :timeout option for Rack::Server.new [sugitak]
* When restarting, exit on a next tick so we can send response back to a client [rsamoilov]
* Check for empty PID files [z1dane]
* Update Event Machine version to 1.0.4, Ruby 2.2.0 fix [freemanoid]
-
== 1.6.3 Protein Powder
* Add HTTP 422 status code [rajcybage]
* Add warning about EM reactor still running when stopping.
* Remove version number from "Server" HTTP header. [benbasson]