What's Changed
* Added new Sketch Object: Triangle -- Add any triangle to the sketch by specifying the length of any side and any two other side lengths or interior angles.
* Add rotation ordering to Location, Rotation, and Plane.rotated by jdegenstein in https://github.com/gumyr/build123d/pull/420
(optionally specify rotation ordering with Intrinsic or Extrinsic enums
* Update topology.py to fix Edge.intersections edge length issue 324 by jdegenstein in https://github.com/gumyr/build123d/pull/425
* ensure parents of joints are handled properly during deep copy by bernhard-42 in https://github.com/gumyr/build123d/pull/426
* Trapezoid width is now fully controlled by width param by jdegenstein in https://github.com/gumyr/build123d/pull/430
**Full Changelog**: https://github.com/gumyr/build123d/compare/v0.1.1...v0.2.0