This release has an [MSRV][] of 1.85.
Added
- The newly added
BezPath::into_elementsmethod allows getting all path elements as aVecwithout allocating, consuming the original path. This is the counterpart ofBezPath::from_vec. (#504 by @cmyr) - Add a derive
Hashto theAxistype....