@@ 2,6 2,17 @@
## 1.3.0.0 -- TBD
+* Added options for vertical box alignment:
+ line top, line bottom, baseline with optional offset.
+
+ * For backwards compatibility, line top alignment remains the default.
+ Consider updating your code to use baseline alignment instead.
+
+* Lines will now be sized to fit all ancestor boxes of all fragments
+ on the line, as well as the root box, even if some of those boxes
+ do not directly contain any text.
+ Each box effectively contains an invisible "strut", which is required by CSS.
+
## 1.2.0.0 -- 2023-06-28
* Added options for horizontal paragraph alignment: