CHANGELOG.md in caracal-1.0.13 vs CHANGELOG.md in caracal-1.1.0
- old
+ new
@@ -1,4 +1,16 @@
+#### v1.1.0
+
+* Enhancements
+ * Corrected how renderers output namespaced nodes to ensure jruby compliance. (HUGE thank you to @henrychung for researching and implementing this).
+
+
+#### v1.0.13
+
+* Bug Fixes
+ * Corrected bug where lists were no longer multi-line. (@jdugan h/t @StochasticSpring).
+
+
#### v1.0.12
* Bug Fixes
* Removed unintended use of Active Support method in footer renderer. (@jdugan).