Skip to content

Commit

Permalink
NEWS in version 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Oct 22, 2014
1 parent 9df59ba commit 1d4340b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
News in version 0.6
===================

API Additions
-------------

* Add TableHeaderCell to htmlgen (missing from 0.5).
* Division constructor now accepts initial content arguments.

API-Incompatible Changes
------------------------

* All element constructors that took an initial content argument now take
any number of content arguments, i.e. the following is now possible:
>>> Paragraph("This is ", Emphasis("initial"), " content.")

News in version 0.5
===================

Expand Down

0 comments on commit 1d4340b

Please sign in to comment.