HISTORY.md in hydeweb-0.1.2 vs HISTORY.md in hydeweb-0.1.3

- old
+ new

@@ -1,4 +1,18 @@ +v0.1.3 +------ + + - .html files are now being treated as .erb. + - Implement `page.children.find`. + - Implement `page.children.except`. + - Fix #children and sorting giving errors. + - Fix #siblings. + - Revise the 'no config file found' error message. + - Allow `.hyderc` as a filename. + - Add help for `hyde help start`. + - Support `hyde start -D` which is a very hackish solution to have + Hyde start as a daemon. + v0.1.2 ------ - Allow `hyde create .` to add a hyde.conf in the current folder. - Revamp the help screen.