~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-05-27 10:48:00 UTC
  • mfrom: (5923.1.3 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20110527104800-fvcjlygvqloos6kl
(vila) Require prompts to always be unicode (Jelmer Vernooij)

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