CHANGELOG.md in format_parser-0.29.0 vs CHANGELOG.md in format_parser-0.29.1
- old
+ new
@@ -1,4 +1,7 @@
+## 0.29.1
+* Fix handling of 200 responses with `parse_http` as well as handling of very small responses which do not need range access
+
## 0.29.0
* Add option `headers:` to `FormatParser.parse_http`
## 0.28.0
* Change `FormatParser.parse_http` to follow HTTP redirects