diff --git a/prettyprinter/CHANGELOG.md b/prettyprinter/CHANGELOG.md index df79b2a1..4b6a6bd9 100644 --- a/prettyprinter/CHANGELOG.md +++ b/prettyprinter/CHANGELOG.md @@ -1,3 +1,7 @@ +# 1.5 + +- Fix inconsistent formatting within align and wide sub-docs on narrow layouts + # 1.4 - Add fixity declaration to `<+>`, matching `<>` diff --git a/prettyprinter/prettyprinter.cabal b/prettyprinter/prettyprinter.cabal index 5c100532..a1b48217 100644 --- a/prettyprinter/prettyprinter.cabal +++ b/prettyprinter/prettyprinter.cabal @@ -1,5 +1,5 @@ name: prettyprinter -version: 1.4.0 +version: 1.5.0 cabal-version: >= 1.10 category: User Interfaces, Text synopsis: A modern, easy to use, well-documented, extensible pretty-printer.