Skip to content

Commit f455b78

Browse files
committed
Update CHANGELOG.md
1 parent d34aa83 commit f455b78

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
1-
## Changes in 0.34.0 (upcoming)
1+
## Changes in 0.34.0
2+
- Use `PreferNoHash` as default `GenerateHashStrategy`
23
- Add support for library `visibility` (see #382)
34
- Reject URLs for `github`
45

6+
## Changes in 0.33.1
7+
- Add `GenerateHashStrategy`. The default is `PreferHash` for `0.33.0` and
8+
will change to `PreferNoHash` with `0.34.0`. See
9+
https://github.com/sol/hpack/pull/390) for details.
10+
11+
- Add command-line options `--hash` and `--no-hash`
12+
13+
## Changes in 0.33.0.1
14+
- Silently ignore missing hash when the cabal file content didn't change at
15+
all (for forward compatibility with #390)
16+
517
## Changes in 0.33.0
618
- Support GHC 8.8.1: `fail` is no longer a part of `Monad`. Instead, it lives
719
in the `MonadFail` class. Adapting our code to this change meant changing

0 commit comments

Comments
 (0)