diff --git a/maud/CHANGELOG.md b/maud/CHANGELOG.md new file mode 100644 index 0000000..2f7390d --- /dev/null +++ b/maud/CHANGELOG.md @@ -0,0 +1,24 @@ +# Change Log + +## [Unreleased] + +- [Changed] Change `Render` and `RenderOnce` to return `Markup` instead + [#48](https://github.com/lfairy/maud/issues/48) +- [Fixed] Add a bunch of optimizations from Horrorshow + [#46](https://github.com/lfairy/maud/issues/46) + + +## [0.11.1] - 2016-09-25 + +- [Fixed] Various documentation fixes + + +## [0.11.0] - 2016-09-24 + +- [Changed] The `html!` macro now returns a `String` instead of taking a writer argument +- [Removed] Remove `@call` syntax + + +[Unreleased]: https://github.com/lfairy/maud/compare/v0.11.1...HEAD +[0.11.1]: https://github.com/lfairy/maud/compare/v0.11.0...v0.11.1 +[0.11.0]: https://github.com/lfairy/maud/compare/v0.10.0...v0.11.0