CHANGELOG.md in glimmer-dsl-libui-0.11.0 vs CHANGELOG.md in glimmer-dsl-libui-0.11.1
- old
+ new
@@ -1,6 +1,11 @@
# Change Log
+## 0.11.1
+
+- Refactor `examples/dynamic_form.rb`
+- Freeze LibUI version at 0.1.2.pre because 0.1.3.pre has issues like preventing the ability to close window with CMD+Q shortcut by default on Mac
+
## 0.11.0
- Control `content` data-binding to generate nested controls dynamically based on a model attribute change
- `examples/dynamic_form.rb` to demonstrate control `content` data-binding