packages feed

bsb-http-chunked-0.0.0.4: CHANGELOG.md

# Changelog for the `bsb-http-chunked` package

## [0.0.0.4] – 2018-09-29

- Fix an issue with file modification times in the tarball that prevented
  installation on Windows 10. [#22]
- Remove compatibility with GHC < 7.10 (prompted by internal refactorings)

## [0.0.0.3] – 2018-09-01

- Compatibility with GHC-8.6
- Documentation improvements

## [0.0.0.2] – 2018-03-13

- A lot of unused code was removed

## [0.0.0.1] – 2018-03-13

- Documentation improvements
- `text` and `deepseq` dependencies were removed

## 0 – 2018-03-12

Initial release.

---

The format of this changelog is based on
[Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

[Unreleased]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.4...HEAD
[0.0.0.4]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.3...v0.0.0.4
[0.0.0.3]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.2...v0.0.0.3
[0.0.0.2]: https://github.com/sjakobi/bsb-http-chunked/compare/v0.0.0.1...v0.0.0.2
[0.0.0.1]: https://github.com/sjakobi/bsb-http-chunked/compare/v0...v0.0.0.1

[#22]: https://github.com/sjakobi/bsb-http-chunked/issues/22