CHANGELOG.md in fast_haml-0.1.0 vs CHANGELOG.md in fast_haml-0.1.1
- old
+ new
@@ -1,3 +1,7 @@
+## 0.1.1 (2015-02-23)
+- Fix attribute parsing with `%span {foo}` or `%span (foo)` cases.
+- Fix comparison with statically-compilable class attributes like `%span.foo{class: bar}` .
+
## 0.1.0 (2015-02-23)
- Initial release