CHANGELOG in roda-2.18.0 vs CHANGELOG in roda-2.19.0

- old
+ new

@@ -1,4 +1,16 @@ += 2.19.0 (2016-10-14) + +* Don't add Content-Type/Content-Length headers for 1xx, 204, 205, 304 statuses (celsworth, jeremyevans) (#101, #102) + +* Optimize indifferent_params plugin when using Rack 2 (jeremyevans) + +* Fix assets_paths method in assets plugin when subresource integrity is used (jeremyevans, celsworth) + +* Make assets plugin depend on h plugin, instead of using Rack::Utils.escape_html (jeremyevans) + +* Make h plugin not escape / (celsworth, jeremyevans) (#100) + = 2.18.0 (2016-09-13) * Add assets_preloading plugin, for creating link tags or Link header for preloading assets (celsworth, jeremyevans) (#98) * Add assets_paths method to assets plugin, for just the paths to the assets, instead of the full tags (celsworth) (#96)