CHANGELOG.md in glimmer-dsl-tk-0.0.51 vs CHANGELOG.md in glimmer-dsl-tk-0.0.52

- old
+ new

@@ -1,6 +1,12 @@ # Change Log +## 0.0.52 + +- Upgrade to glimmer 2.6.0 +- Remove default height for root/toplevel (automatically calculated from children) +- Support data-binding `_options` method items on `combobox` (not just main value), thus making options update if `notify_observers(:some_attr_options)` is called + ## 0.0.51 - Center application root/toplevel within screen by default (if x or y are specified, they are respected instead) - Enhance Hello, Contextual Menu! & Hello, Menu Bar! to display a message box upon selecting a Language/Country - Explicitly support all menu item attributes: `activebackground`, `activeforeground`, `background`, `bitmap`, `columnbreak`, `compound`, `font`, `foreground`, `hidemargin`, `indicatoron`, `menu`, `offvalue`, `onvalue`, `selectcolor`, `selectimage`, `state`, `underline`, `value`