CHANGELOG in hydeweb-0.0.8.pre1 vs CHANGELOG in hydeweb-0.0.8.pre2

- old
+ new

@@ -3,9 +3,12 @@ - Add support for subclassing. (just add a 'type' meta) - Implement Project#all. - Implement Page#all and Page#all(type). - Fix binary files losing extensions on 'hyde build'. + - Allow "layout: false" to ensure that a page doesn't have a layout. + - Fix bug where "index.html.haml" and "index.rss.haml" clash. + - Implement Page#content. v0.0.7 ------ - Add support for Sass and SCSS.