CHANGELOG.md in ovto-0.3.0 vs CHANGELOG.md in ovto-0.4.0

- old
+ new

@@ -1,4 +1,19 @@ +## HEAD + +## v0.4.0 (2019-04-19) + +New features + +- `ovto new` command +- You can now omit `state:` in `render` method or actions +- Support embedding VDom directly (eg. which is compiled form markdown) + + Example: + + o 'div', `{nodeName: ....}` + + ## v0.3.0 (2018-12-24) Breaking change - `View` is renamed to `MainComponent`. Please rename `MyApp::View` to `MyApp::MainComponent`.