Skip to content

Commit 1d4340b

Browse files
committed
NEWS in version 0.6
1 parent 9df59ba commit 1d4340b

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

NEWS.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
117
News in version 0.5
218
===================
319

0 commit comments

Comments
 (0)