CHANGELOG.md in caracal-1.0.2 vs CHANGELOG.md in caracal-1.0.3
- old
+ new
@@ -1,15 +1,22 @@
+#### v1.0.3
+
+* Enhancements
+ * Added custom properties (@davidtolsma).
+ * Added page breaks to paragraph model sub-functions (@jdugan).
+
+
#### v1.0.2
* Enhancements
* Corrected image markup to support Word 2007 (@Alnoroid).
#### v0.3.0
* Deprecations
- * The :style attribute is no longer allowed on text and link commands. Use :font, :size, etc. instead.
+ * The :style attribute is no longer allowed on text and link commands. Use :font, :size, etc. instead (@jdugan).
#### v0.2.1
* Enhancements
@@ -20,17 +27,16 @@
#### v0.2.0
* Enhancements
* Implemented true line breaks within paragraphs (@Linuus).
* Converted paragraph command to accept/allow blank content (@Linuus).
- * Allowed :top and :bottom attributes to be set on default paragraph style (@jpdugan).
+ * Allowed :top and :bottom attributes to be set on default paragraph style (@jdugan).
* Deprecations
- * Line breaks are no longer allowed at the document level. Use blank paragraphs instead.
+ * Line breaks are no longer allowed at the document level. Use blank paragraphs instead (@jdugan).
-
#### v0.1.x
* Enhancements
- * Initial commits. (@jpdugan)
+ * Initial commits. (@jdugan)