CHANGELOG.md in glimmer-dsl-libui-0.11.5 vs CHANGELOG.md in glimmer-dsl-libui-0.11.6
- old
+ new
@@ -1,6 +1,15 @@
# Change Log
+## 0.11.6
+
+- Organize scaffolded application menus under a `menu_bar` method
+- Avoid loading `facets` gem completely in scaffold and list tasks, yet load used part of facets only ('facets/string/titlecase')
+- Avoid loading `perfect-shape` gem until area canvas graphics are used
+- Avoid loading `color` gem until used by `Glimmer::LibUI.interpret_color` method
+- Fix issue with `listener_expression.rb` failing for `TextProxy` due to not having `can_handle_listener?` method.
+- Fix issue with `TextProxy.can_handle_listener?` crashing when `text` is nested under `area` `on_draw`
+
## 0.11.5
- Support table explicit data-binding with a model attribute that returns an Enumerator (instead of an Array)
## 0.11.4