CHANGELOG.md in perfect-shape-1.0.3 vs CHANGELOG.md in perfect-shape-1.0.4
- old
+ new
@@ -1,6 +1,10 @@
# Change Log
+## 1.0.4
+
+- Add missing shapes (`Rectangle` and `Square`) to `Path::SHAPE_TYPES`
+
## 1.0.3
- `Rectangle` and `Square` `#to_path_shapes` method, which decomposes them into `Point`s and `Line`s to be added to a `Path`
- `Path` can contain a `Rectangle` or `Square` (to get affected by the winding algorithm as opposed to `CompositeShape`, which has no winding algorithm)