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.