~jaro/balkon

41c384ab0c26afa46ec3cbed9565161f9c1898e0 — Jaro 11 months ago 2938112
Remove paragraphLineHeight from Rich interface.
2 files changed, 4 insertions(+), 1 deletions(-)

M CHANGELOG.md
M lib/Data/Text/ParagraphLayout/Rich.hs
M CHANGELOG.md => CHANGELOG.md +4 -0
@@ 2,6 2,10 @@

## 1.2.0.0 -- TBD

* Removed `paragraphLineHeight` from the rich text interface
  after it was included by mistake.
  Rich text needs to use `textLineHeight` instead.

## 1.1.1.0 -- TBD

* Exposed functions for calculating rectangle unions.

M lib/Data/Text/ParagraphLayout/Rich.hs => lib/Data/Text/ParagraphLayout/Rich.hs +0 -1
@@ 12,7 12,6 @@ module Data.Text.ParagraphLayout.Rich
    -- ** Paragraph options
    -- | These are record selectors that can be used for reading
    -- as well as updating specific option fields.
    , paragraphLineHeight
    , paragraphMaxWidth
    -- NOTE: `paragraphFont` is only used by the legacy plain text interface,
    --       and is therefore not exported here.