Add a changelog
This commit is contained in:
parent
9fa87721e6
commit
3c9f318c98
1 changed files with 24 additions and 0 deletions
24
maud/CHANGELOG.md
Normal file
24
maud/CHANGELOG.md
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue