maud/CHANGELOG.md
2016-10-09 19:05:58 +13:00

24 lines
679 B
Markdown

# 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