3.0
This release renames CGPath.intersects(path:) to CGPath.intersects(_:).
At the call site, this now reads as path1.intersects(path2) instead of path1.intersects(path: path2).
This release renames CGPath.intersects(path:) to CGPath.intersects(_:).
At the call site, this now reads as path1.intersects(path2) instead of path1.intersects(path: path2).