From 3c9f318c9819b431822c80e50c9a89cf00898fe3 Mon Sep 17 00:00:00 2001
From: Chris Wong <lambda.fairy@gmail.com>
Date: Sat, 8 Oct 2016 22:19:35 +1300
Subject: [PATCH] Add a changelog

---
 maud/CHANGELOG.md | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 maud/CHANGELOG.md

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