CHANGELOG.md in glimmer-dsl-libui-0.3.3 vs CHANGELOG.md in glimmer-dsl-libui-0.3.4

- old
+ new

@@ -1,6 +1,13 @@ # Change Log +## 0.3.4 + +- New examples/basic_scrolling_area.rb +- Smart defaults for `scrolling_area` control + convenience `width` and `height` attributes +- Simplify examples/basic_area.rb (all versions) by nesting shapes directly under `area` +- Support `#content {}` method in `figure` to be able to reopen a `figure`'s content to add more shapes in. + ## 0.3.3 - Support nesting shapes directly under `area` to represent paths having one shape, and nesting `fill`/`stroke` within the shapes (not `path`) - Simplify examples/area_gallery.rb (all versions) by nesting shapes directly under `area` - Simplify examples/basic_transform.rb by nesting shapes directly under `area` (and provide original version as 2nd version)