ChangeLog
=========

3.0.2 (2013/10/08)
------------------

* Update tests to be ran inside a transaction to ensure the last
  author is properly set.

3.0.1 (2013/08/26)
------------------

* Update upgraders: support more different scheme of broken links in
  document. Support upgrade of CheckboxField when used inside Code
  sources.

3.0 (2013/03/06)
----------------

* Update Silva XML import and export API.

* Fix upgrade with broken documents (probably created with
  copy and paste):

  - some link used the attribute at some point in their life,

  - some table have invalid header declarations.

3.0c1 (2012/09/25)
------------------

* Update API to Silva 3.0c1.

* Improve upgraders to ``silva.app.document`` to work from Silva 2.1.

* Improve tests.

3.0b1 (2011/11/11)
------------------

* Remove all edition support. This extension contains just upgraders
  to ``silva.app.document``.

2.3.1 (2010/10/18)
------------------

* Better support of broken references: You can create a new version of
  a document which have broken references. You can display it.

* In Kupu, you can copy and paste broken references as well.

* You can export in Silva XML broken references.

2.3 (2010/07/16)
----------------

* Remove form editor support and XMLWidgets renderer. The default renderer used
  is now XSLT.

* Add support for references: links and images are references to content
  whenever possible (using ``silva.core.references``).

* Review Document API to be saner and simpler to understand.

* Improve Kupu edition, use a view to send content, IntIds to refer objects.

* Remove support for old deprecated Silva Documents tags like toc and cite.

* Add tests.
