maud/CHANGELOG.md

25 lines
679 B
Markdown
Raw Normal View History

2016-10-08 22:19:35 +13:00
# 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