History.md in rack-test-0.8.3 vs History.md in rack-test-1.0.0

- old
+ new

@@ -1,4 +1,18 @@ +## 1.0.0 / 2018-03-27 + +* Breaking changes: + * Always set CONTENT_TYPE for non-GET requests + (Per Lundberg #223) + +* Minor enhancements / bug fixes: + * Create tempfile using the basename without extension + (Edouard Chin #201) + * Save `session` during `follow_redirect!` + (Alexander Popov #218) + * Document how to use URL params with DELETE method + (Timur Platonov #220) + ## 0.8.3 / 2018-02-27 * Bug fixes: * Do not set Content-Type if params are explicitly set to nil (Bartek Bułat #212). Fixes #200.