CHANGES.md in cells-haml-0.0.8 vs CHANGES.md in cells-haml-0.0.9
- old
+ new
@@ -1,5 +1,9 @@
+# 0.0.9
+
+* Make Rails optional.
+
# 0.0.8
Require >= haml-4.1.0.beta.1 as haml-rails doesn't know about its 5.0 compatibility, yet. You need to use commit , ref: `7c7c169`.
# 0.0.7
@@ -12,6 +16,6 @@
* Remove Haml's buggy `#form_for` version until Haml 4.1 is out, which fixes this by simply not overriding the helper at all. Include `Cell::Haml` after including the form helpers.
# 0.0.4
-* Added `capture` helper to override Rails escaping.
\ No newline at end of file
+* Added `capture` helper to override Rails escaping.