Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
sol committed May 14, 2020
1 parent d34aa83 commit f455b78
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,19 @@
## Changes in 0.34.0 (upcoming)
## Changes in 0.34.0
- Use `PreferNoHash` as default `GenerateHashStrategy`
- Add support for library `visibility` (see #382)
- Reject URLs for `github`

## Changes in 0.33.1
- Add `GenerateHashStrategy`. The default is `PreferHash` for `0.33.0` and
will change to `PreferNoHash` with `0.34.0`. See
https://github.com/sol/hpack/pull/390) for details.

- Add command-line options `--hash` and `--no-hash`

## Changes in 0.33.0.1
- Silently ignore missing hash when the cabal file content didn't change at
all (for forward compatibility with #390)

## Changes in 0.33.0
- Support GHC 8.8.1: `fail` is no longer a part of `Monad`. Instead, it lives
in the `MonadFail` class. Adapting our code to this change meant changing

0 comments on commit f455b78

Please sign in to comment.