CHANGELOG.md in glimmer-dsl-libui-0.0.10 vs CHANGELOG.md in glimmer-dsl-libui-0.0.11
- old
+ new
@@ -1,6 +1,13 @@
# Change Log
+## 0.0.11
+
+- New examples/basic_color.rb
+- Support `color_button` `color` property
+- Proper destroy of controls (deleting from parent `box`, `window`, or `group` first)
+- On the Mac only, if no menu is specified, add a Quit menu item automatically to allow quitting with CMD+Q
+
## 0.0.10
- Support examples/font_button.rb
- Support `font_button` control
- Add File -> Quit menu item to examples/meta_example.rb