~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2009-09-23 06:01:45 UTC
  • mto: This revision was merged to the branch mainline in revision 4712.
  • Revision ID: mbp@sourcefrog.net-20090923060145-74wgpgv0knm8x6xm
Restore info, log_error and error, as deprecated functions

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
* ``bzrlib.tests`` now uses ``stopTestRun`` for its ``TestResult``
101
101
  subclasses - the same as python's unittest module. (Robert Collins)
102
102
 
103
 
* ``bzrlib.trace.log_error``, ``error`` and ``info`` have been removed.
 
103
* ``bzrlib.trace.log_error``, ``error`` and ``info`` have been deprecated.
104
104
  (Martin Pool)
105
105
 
106
106
Internals