~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2011-11-21 16:02:13 UTC
  • mto: This revision was merged to the branch mainline in revision 6285.
  • Revision ID: jelmer@samba.org-20111121160213-w3w6jkfps6s091gq
Allow lazy_regex.lazy_compile patterns to be pickled.

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
.. Fixes for situations where bzr would previously crash or give incorrect
40
40
   or undesirable results.
41
41
 
 
42
* Allow lazy compiled patterns from ``bzrlib.lazy_regex`` to be
 
43
  pickled. (Jelmer Vernooij, #893149)
 
44
 
42
45
* A new section local option ``basename`` is available to help support some
43
46
  ``bzr-pipeline`` workflows and more generally help mapping local paths to
44
47
  remote ones. See ``bzr help configuration`` for more details.