CHANGELOG.md in glimmer-dsl-tk-0.0.43 vs CHANGELOG.md in glimmer-dsl-tk-0.0.44
- old
+ new
@@ -1,6 +1,10 @@
# Change Log
+## 0.0.44
+
+- Fix issue with not being able to drop list into checkbox in Hello, Drag and Drop! by disabling functionality for list just like button
+
## 0.0.43
- Modified Hello, Drag and Drop! to include a list
- Removed the need to require `'glimmer/tk/drag_and_drop_extension'` to do drag and drop; it is automatically included in `require 'glimmer-dsl-tk'` now.
- Remove 'os' gem due to Tk having the capability to detect the OS it is on using `Tk.windowingsystem` (include Glimmer implementation of `OS` class having `OS.mac?`, `OS.windows?` and `OS.linux?`)