CHANGELOG.md in glimmer-dsl-libui-0.5.4 vs CHANGELOG.md in glimmer-dsl-libui-0.5.5
- old
+ new
@@ -1,6 +1,11 @@
# Change Log
+## 0.5.5
+
+- Upgrade to libui 0.0.15 (with official Mac ARM64 support)
+- Update [README](/README.md) with [Area Animation](/README.md#area-animation) `spinner` custom control
+
## 0.5.4
- Support `figure` `bounding_box` (minx, miny, width, height), `contain?` method (checking if shape contains point inside) and `include?` method (checking on outline if stroked and inside if filled?)
- Have `path` `draw_fill_mode` return `:winding` or `:alternate` while `draw_fill_mode_value` returns `0` or `1` respectively