1
1
mirror of https://github.com/sol/hpack.git synced 2024-10-04 11:47:15 +03:00
hpack/CHANGELOG.md

28 lines
968 B
Markdown
Raw Normal View History

2017-01-25 13:21:15 +03:00
# Change Log
All notable changes to this project will be documented in this file.
2017-01-24 19:08:36 +03:00
## [Unreleased]
### Added
- custom-setup section
2017-01-25 13:21:15 +03:00
[#148](https://github.com/sol/hpack/pull/148)
- Support `!include` directives
[#144](https://github.com/sol/hpack/pull/144)
2017-01-25 13:21:15 +03:00
## [0.16.0] - 2017-01-11
### Added
- Warn when `name` is missing [#109](https://github.com/sol/hpack/issues/109)
- Support globs in `c-sources`
[#123](https://github.com/sol/hpack/pull/123)
### Changed
- Use binary I/O for cabal files avoiding problems with non-UTF-8 locales
[#142](https://github.com/sol/hpack/pull/142)
[#143](https://github.com/sol/hpack/pull/143)
- Fix rendering of `.` as directory (cabal syntax issue)
[#125](https://github.com/sol/hpack/pull/125)
[#119](https://github.com/sol/hpack/issues/119)
[#67](https://github.com/sol/hpack/issues/67)
[Unreleased]: https://github.com/sol/hpack/compare/0.16.0...HEAD
[0.16.0]: https://github.com/sol/hpack/compare/0.15.0...0.16.0