Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Feb 14, 2018
1 parent 0d49989 commit 03bf071
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
## next
## Changes in 0.26.0
- Major refactoring of the exposed API (much cleaner now, but lot's of
breaking changes!)
- Remove Git conflict markers before checking the hash of any existing
`.cabal` files (equivalent to `git checkout --ours`). This allows you to
regenerate the `.cabal` on conflicts when rebasing without passing `-f`.
`.cabal` files (equivalent to `git checkout --ours`). This allows to
regenerate the `.cabal` file on conflicts when rebasing without passing
`-f` in some cases and helps with preserving the formatting.
- Allow local files to be used as defaults (#248)

## Changes in 0.25.0
Expand Down

0 comments on commit 03bf071

Please sign in to comment.