~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/release-notes/bzr-2.4.txt

  • Committer: Vincent Ladeuil
  • Date: 2011-05-27 05:16:48 UTC
  • mfrom: (5863.6.2 bzr.dev)
  • mto: This revision was merged to the branch mainline in revision 5925.
  • Revision ID: v.ladeuil+lp@free.fr-20110527051648-zmmcr3rzmskbvign
Require prompts to always be unicode

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
* Reports the original error when an InvalidHttpResponse exception is
36
36
  encountered to facilitate debug. (Vincent Ladeuil, #788530)
37
37
 
 
38
* ``UIFactory.prompt``, ``UIFactory.get_username``,
 
39
  ``UIFactory.get_password`` and ``UIFactory.get_boolean`` now require a
 
40
  unicode prompt to be passed in. (Jelmer Vernooij, #592083)
 
41
 
38
42
Documentation
39
43
*************
40
44