CHANGELOG.md in glimmer-dsl-libui-0.4.22 vs CHANGELOG.md in glimmer-dsl-libui-0.5.0
- old
+ new
@@ -1,6 +1,12 @@
# Change Log
+## 0.5.0
+
+- Upgrade to glimmer 2.6.0
+- Support `rectangle` `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?)
+- Support `square` `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?)
+
## 0.4.22
- examples/tetris.rb "Show Next Block Preview" menu item under "View" menu
- examples/tetris.rb "Speed" menu
- Fix issue with examples/tetris.rb not accelerating upon level ups