Skip to content

Commit 6657180

Browse files
committed
Add Display::Contents to the release notes
1 parent be03aa9 commit 6657180

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

RELEASES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Example usage change:
3131
### Added
3232

3333
- Support for [CSS Block layout](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flow_Layout/Block_and_Inline_Layout_in_Normal_Flow#elements_participating_in_a_block_formatting_context) has been added. This can be used via the new `Display::Block` variant of the `Display` enum. Note that inline, inline-block and float have *not* been implemented. The use case supported is block container nodes which contain block-level children.
34+
- Support for [`Display::Contents`](https://css-tricks.com/get-ready-for-display-contents/)
3435
- Added `insert_child_at_index()` method to the `Taffy` tree. This can be used to insert a child node at any position instead of just the end.
3536

3637
### Removed

0 commit comments

Comments
 (0)