CHANGELOG.md in glimmer-dsl-libui-0.4.15 vs CHANGELOG.md in glimmer-dsl-libui-0.4.16

- old
+ new

@@ -1,6 +1,11 @@ # Change Log +## 0.4.16 + +- Upgrade to glimmer 2.5.1 +- Fix issue on Windows with `table` having image column crashing when empty + ## 0.4.15 - Support ability to attach multiple listeners on a control (e.g. multiple `on_changed {}` on `entry` or multiple `on_clicked` on `button`) - Ensure clearing custom listeners on `#destroy` of a control - Add `on_destroyed` as alias for `on_destroy` listener on `window`