CHANGELOG.md in down-5.3.0 vs CHANGELOG.md in down-5.3.1
- old
+ new
@@ -1,4 +1,8 @@
+## 5.3.1 (2022-03-25)
+
+* Correctly split cookie headers on `;` instead of `,` when forwarding them on redirects (@ermolaev)
+
## 5.3.0 (2022-02-20)
* Add `:extension` argument to `Down.download` for overriding tempfile extension (@razum2um)
* Normalize response header names for http.rb and wget backends (@zarqman)