CHANGELOG.md in caracal-0.2.1 vs CHANGELOG.md in caracal-0.3.0
- old
+ new
@@ -1,12 +1,18 @@
-#### Unreleased
+#### v0.3.0
-* Enhancements
- * Added :caps attribute to paragraph styles (@jensljungblad)
+* Deprecations
+ * The :style attribute is no longer allowed on text and link commands. Use :font, :size, etc. instead.
+#### v0.2.1
+* Enhancements
+ * Added :caps attribute to paragraph styles (@jensljungblad).
+ * Change table model to allow TableCellModel to be subclassed (@gh4me).
+
+
#### v0.2.0
* Enhancements
* Implemented true line breaks within paragraphs (@Linuus).
* Converted paragraph command to accept/allow blank content (@Linuus).
@@ -19,6 +25,6 @@
#### v0.1.x
* Enhancements
- * Initial commits. (@jpdugan)
\ No newline at end of file
+ * Initial commits. (@jpdugan)