Releases: pharo-contributions/Geometry
Releases · pharo-contributions/Geometry
Release list
v1.2.0
What's Changed
- Update for issue with testHashMethodNeedsToBeInComparingProtocol by @akevalion in #2
- Categorize uncategorized methods in classes: GPolygon by @akevalion in #3
- Renamed radians to rads, fixes conflict with Units by @JanBliznicenko in #5
- enable github actions by @noha in #7
- Update distanceTo method for GSegment by @LANDAISB in #8
New Contributors
- @akevalion made their first contribution in #2
- @JanBliznicenko made their first contribution in #5
- @noha made their first contribution in #7
- @LANDAISB made their first contribution in #8
Full Changelog: v1.1.2...v1.2.0
Another hotfix for class name clash
Changed the name of class GError to GeometryError because GError exists in GTK
Hot fix for conflicting object class name
This is a hotfix that renames GObject to GeometryObject because there is a GTK based class called GObject which is commonly known