CHANGES.md in fortitude-0.0.2 vs CHANGES.md in fortitude-0.0.3

- old
+ new

@@ -1,6 +1,12 @@ # Fortitude Releases +## 0.0.3, 23 June 2014 + +* Changed `Fortitude::Widget#to_html` to return the generated HTML. If you pass a `Fortitude::RenderingContext` into + this method that has previously been used to render other HTML, you'll get all HTML (old and new) both, because + we always append to a single output buffer &mdash; but that should be a corner case at most. + ## 0.0.2, 21 June 2014 * Void tags (those that can't take content, ever, like `<hr>` or `<br>`) are now never closed in HTML4 doctypes (_i.e._, just output as plain `<hr>`, with no close tag), since using self-closing syntax (`<hr/>`) is [broken](http://stackoverflow.com/questions/3558119/are-self-closing-tags-valid-in-html5) and an end tag (`</hr>`)