CHANGELOG.md in caracal-1.3.0 vs CHANGELOG.md in caracal-1.4.0
- old
+ new
@@ -1,9 +1,18 @@
+#### v1.4.0
+
+* Enhancements
+ * Changed `file_name` method to accept absolute and relative paths. (@jdugan)
+ * Added instance save method so documents can be created via commands instead of blocks, if desired. (@jdugan)
+ * Removed extra paragraph tag inserted after tables; added logic to ensure final tag of table cells is always a paragraph. (@jdugan)
+
+
#### v1.3.0
* Enhancements
* Added proper text highlighting. Colors are limited so we left :bgcolor option. (@rmarone)
* Added bookmarks and internal links. (@rmarone)
+
#### v1.2.0
* Enhancements
* Added colspan and rowspan functionality to table styling feature. (@ViktorKopychko)