~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Guillermo Gonzalez
  • Date: 2008-07-09 20:15:29 UTC
  • mto: (3542.1.1 logdisplayers)
  • mto: This revision was merged to the branch mainline in revision 3556.
  • Revision ID: guillo.gonzo@gmail.com-20080709201529-sssx8g4paymb3qzs
 * fixed typo LogFormatter.show_properties in docstring
 * added test for bad argument in property handler TestLongLogFormatter.test_properties_handler_bad_argument
 * moved NEWS entry from BUGFIXES to IMPROVEMENTS

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
      revision info directly.  This makes operations like push
35
35
      faster.  The new request method name is
36
36
      ``Branch.set_last_revision_ex``.  (Andrew Bennetts)
 
37
      
 
38
    * New registry for log properties handles  and the method in 
 
39
      LongLogFormatter to display the custom properties returned by the 
 
40
      registered handlers. (Guillermo Gonzalez, #162469)
37
41
 
38
42
  BUGFIXES:
39
43
 
76
80
    * Set locale from environment for third party libs.
77
81
      (Martin von Gagern, #128496)
78
82
 
79
 
    * New registry for custom log displayers and the method in 
80
 
      LongLogFormatter to display the custom properties returned by the 
81
 
      registered handlers. (Guillermo Gonzalez, #162469)
82
 
 
83
83
  DOCUMENTATION:
84
84
 
85
85
    * Updated developer documentation.