CHANGELOG.md in glimmer-dsl-tk-0.0.41 vs CHANGELOG.md in glimmer-dsl-tk-0.0.42
- old
+ new
@@ -1,6 +1,13 @@
# Change Log
+## 0.0.42
+
+- Add vertical/horizontal scrollbars to Meta-Sample
+- Keep only vertical scrollbar in Hello, Text!
+- Fix issue with including bwidgets and iwidgets in Windows
+- Fix Hello, Menu Bar! sample in Windows (by disabling Windows-special System menu, which does not seem to be working in Tk)
+
## 0.0.41
- Support `scrollbar_frame` Glimmer custom widget as a frame that automatically provides scrollbars when its content's size exceeds its size
- Support `scrollbar_frame` `xscrollbar` and `yscrollbar` attributes (to enable/disable via boolean or set to a custom externally instantiated scrollbar if needed)
- Hello, Scrollbar Frame!