History.md in rack-test-2.1.0 vs History.md in rack-test-2.2.0
- old
+ new
@@ -1,4 +1,18 @@
+## 2.2.0 / 2024-12-23
+
+* Bug fixes:
+ * `Rack::Test::Cookie` now parses cookie parameters using a
+ case-insensitive approach (Guillaume Malette #349)
+
+* Minor enhancements:
+ * Arrays of cookies containing a blank cookie are now handled
+ correctly when processing responses. (Martin Emde #343)
+ * `Rack::Test::UploadedFile` no longer uses a finalizer for named
+ paths to close and unlink the created Tempfile. Tempfile itself
+ uses a finalizer to close and unlink itself, so there is no
+ reason for `Rack::Test::UploadedFile` to do so (Jeremy Evans #338)
+
## 2.1.0 / 2023-03-14
* Breaking changes:
* Digest authentication support, deprecated in 2.0.0, has been
removed (Jeremy Evans #307)