~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

better unicode handling when commit message (-m) is same as unicode
 filename. (parthm, #563646)

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
* Unicode characters in aliases are now handled correctly and do not cause
97
97
  UnicodeEncodeError exception. (Parth Malwankar, #529930)
98
98
 
 
99
* Unicode commit messages that are the same as a file name no longer cause
 
100
  UnicodeEncodeError. ``ui.text.show_warning`` now handles unicode
 
101
  messages.
 
102
  (Parth Malwankar, #563646)
 
103
 
99
104
Improvements
100
105
************
101
106