We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df59ba commit 1d4340bCopy full SHA for 1d4340b
1 file changed
NEWS.rst
@@ -1,3 +1,19 @@
1
+News in version 0.6
2
+===================
3
+
4
+API Additions
5
+-------------
6
7
+ * Add TableHeaderCell to htmlgen (missing from 0.5).
8
+ * Division constructor now accepts initial content arguments.
9
10
+API-Incompatible Changes
11
+------------------------
12
13
+ * All element constructors that took an initial content argument now take
14
+ any number of content arguments, i.e. the following is now possible:
15
+ >>> Paragraph("This is ", Emphasis("initial"), " content.")
16
17
News in version 0.5
18
===================
19
0 commit comments