You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved from `Group::new().primary_level(level)` to
`Group::with_level(level)`.
As a convenience for titled-groups, we have `Group::with_title(title)`.
I had considered `child`/`children` methods on `Title` to make a group
but that didn't work out well for title-only groups and I feel like this
design is more consistent / easier to discover.
0 commit comments