CHANGELOG.md in glimmer-dsl-libui-0.0.5 vs CHANGELOG.md in glimmer-dsl-libui-0.0.6

- old
+ new

@@ -1,6 +1,14 @@ # Change Log +## 0.0.6 + +- Make listener block provide Ruby proxy object as optional argument (not Fiddle pointer) +- Handle `tab_item` scenario where it has an empty block or no block (auto-generate empty `horizontal_box` content as a smart default to avoid crashing) +- Support `non_wrapping_multiline_entry` propeties/operations via `LibUI.multiline_entry_*` methods (enhancing them to accept Ruby objects in addition to pointers) +- Support splatting `items` array for `radio_buttons`, `editable_combobox`, and `combobox` items +- Fix issue with `menu_item` `on_clicked` listeners crashing in examples/control_gallery.rb due to garbage collection + ## 0.0.5 - Support examples/control_gallery.rb - Support `open_file` and `save_file` - Support `quit_menu_item` with `on_clicked` listener