diff --git a/prettyprinter/CHANGELOG.md b/prettyprinter/CHANGELOG.md index 11a9151a..f3a1aad7 100644 --- a/prettyprinter/CHANGELOG.md +++ b/prettyprinter/CHANGELOG.md @@ -1,10 +1,7 @@ -# 1.2.2 +# 1.2.1 - Add function to trim trailing space in layouted `SimpleDocStream`, `removeTrailingWhitespace` - -# 1.2.1 - - Add `Pretty` instances for `Identity` and `Const` # 1.2.0.1 diff --git a/prettyprinter/prettyprinter.cabal b/prettyprinter/prettyprinter.cabal index 261fce8b..06f275e7 100644 --- a/prettyprinter/prettyprinter.cabal +++ b/prettyprinter/prettyprinter.cabal @@ -1,5 +1,5 @@ name: prettyprinter -version: 1.2.0.1 +version: 1.2.1 cabal-version: >= 1.10 category: User Interfaces, Text synopsis: A modern, easy to use, well-documented, extensible pretty-printer.