bzr 2.0.7
#########

:2.0.7: NOT RELEASED YET

Compatibility Breaks
********************

* Launchpad has announced that the ``edge.launchpad.net`` instance is
  deprecated and may be shut down in the future
  <http://blog.launchpad.net/general/edge-is-deprecated>.  Bazaar has therefore
  been updated in this release to talk to the main (``launchpad.net``) servers,
  rather than the ``edge`` ones. (Vincent Ladeuil, #583667)

New Features
************

Bug Fixes
*********

* Avoid UnicodeDecodeError in ``bzr add`` with multiple files under a non-ascii
  path on windows from symlink support addition. (Martin [gz], #686611)

* Avoid spurious ValueErrors when autopacking a subset of the repository,
  and seeing a revision without its related inventory
  (John Arbash Meinel, #437003)

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

Documentation
*************

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

Internals
*********

Testing
*******


