Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 262 Bytes

CHANGELOG.md

File metadata and controls

10 lines (8 loc) · 262 Bytes

Changelog

0.5.0

  • Added Line#distance_to(point), Segment#distance_to(point)
  • Added Polygon#area
  • Added Point.advance_by(vector)
  • Switched to Ruby 2.0 as a default Ruby version to support
  • Switched from obsolete Test::Unit to Minitest