CHANGELOG.md in glimmer-dsl-libui-0.0.14 vs CHANGELOG.md in glimmer-dsl-libui-0.0.15

- old
+ new

@@ -1,6 +1,12 @@ # Change Log +## 0.0.15 + +- New examples/form.rb +- Support `form` control and child attributes of `stretchy` and `label` +- Smart defaults for `form` child attributes `stretchy` (`true`) and `label` (`''`) + ## 0.0.14 - New examples/grid.rb - Support `grid` control and child attributes of `left`, `top`, `xspan`, `yspan`, `hexpand`, `halign`, `vexpand`, and `valign` - Smart defaults for `grid` child attributes `left` (`0`), `top` (`0`), `xspan` (`1`), `yspan` (`1`), `hexpand` (`false`), `halign` (`0`), `vexpand` (`false`), and `valign` (`0`)