bzr 0.90
########

:Released: 2007-08-28

Improvements
************

* Documentation is now organized into multiple directories with a level
  added for different languages or locales. Added the Mini Tutorial
  and Quick Start Summary (en) documents from the Wiki, improving the
  content and readability of the former. Formatted NEWS as Release Notes
  complete with a Table of Conents, one heading per release. Moved the
  Developer Guide into the main document catalog and provided a link
  from the developer document catalog back to the main one.
  (Ian Clatworthy, Sabin Iacob, Alexander Belchenko)


API Changes
***********

* The static convenience method ``BzrDir.create_repository``
  is deprecated.  Callers should instead create a ``BzrDir`` instance
  and call ``create_repository`` on that.  (Martin Pool)


