Skip to content

Commit ae650e3

Browse files
committed
prettyprinter: Bump version to 1.6.1, update changelog
1 parent 6b73015 commit ae650e3

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

prettyprinter/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 1.6.1
2+
3+
- Use an export list in `Data.Text.Prettyprint.Doc.Internal`.
4+
- Improve `group` for `Union` and `FlatAlt`.
5+
- Speed up `removeTrailingWhitespace`.
6+
- Improve generating spaces for indentation and `spaces`.
7+
- Simplify some `Doc` constants by defining them as `Doc` literals.
8+
- Enable `-O2`.
9+
- Various documentation fixes and improvements.
10+
111
# 1.6.0
212

313
## Breaking changes

prettyprinter/prettyprinter.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: prettyprinter
2-
version: 1.6.0
2+
version: 1.6.1
33
cabal-version: >= 1.10
44
category: User Interfaces, Text
55
synopsis: A modern, easy to use, well-documented, extensible pretty-printer.

0 commit comments

Comments
 (0)