now C99 `bool`s instead of Graphviz-specific `boolean`s.
- **Breaking**: The `filled`, `landscape`, and `centered` fields of the
`layout_t` struct are now C99 `bool`s instead of Graphviz-specific `boolean`s.
-- **Breaking**: The `has_images`, `has_flat_edges`, and `has_sourcerank` fields
- of the `Agraphinfo_t` struct are now C99 `bool`s instead of Graphviz-specific
- `boolean`s.
+- **Breaking**: The `has_images`, `has_flat_edges`, `has_sourcerank`, and
+ `has_sinkrank` fields of the `Agraphinfo_t` struct are now C99 `bool`s instead
+ of Graphviz-specific `boolean`s.
- **Breaking**: Graphviz headers no longer define the constant `MAXSHORT`. A
drop-in replacement is `SHRT_MAX` in the C standard library’s limits.h.
- **Breaking**: Graphviz headers no lnger define `NIL` macros. A drop-in