Skip to content

Commit

Permalink
Bump to 1.6.0, update changelog (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjakobi authored Jan 22, 2020
1 parent d6c184e commit 83d7471
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions prettyprinter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 1.6.0

## Breaking changes

- Fix `fuse`'s handling of annotated documents:
- Don't remove annotations on empty documents.
- Apply fusion within annotations.
- Fix layouting of hard linebreaks with `Unbounded` page widths.

## Non-breaking changes

- Speed up `group` for documents containing linebreaks and previously
`group`ed documents.
- Add debugging helpers in `Data.Text.Prettyprint.Doc.Internal.Debug`
- Documentation improvements and fixes

# 1.5.1

- Removing trailing whitespace sometimes restored necessary whitespace in the
Expand Down
2 changes: 1 addition & 1 deletion prettyprinter/prettyprinter.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: prettyprinter
version: 1.5.1
version: 1.6.0
cabal-version: >= 1.10
category: User Interfaces, Text
synopsis: A modern, easy to use, well-documented, extensible pretty-printer.
Expand Down

0 comments on commit 83d7471

Please sign in to comment.