CHANGELOG.md in glimmer-dsl-libui-0.5.14 vs CHANGELOG.md in glimmer-dsl-libui-0.5.15
- old
+ new
@@ -1,6 +1,10 @@
# Change Log
+## 0.5.15
+
+- Fix an issue with rendering table content changes when the number of rows changes with new content that is not a subset of the old content or a container of it
+
## 0.5.14
- Basic Child Window example
- Modify default window closing behavior to autodetect if the window is a child window (not the main window), and if closed, ensure that does not quit the app.
- Accept `true` and `false` as return values for `on_closing` window listener as aliases to `1` and `0`