~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

(vila) Provide a config section matcher respecting the file order. (Vincent
 Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
  of revisions whose ancestry is not obviously on the same developement
83
83
  line. (Vincent Ladeuil, #904744)
84
84
 
 
85
* Configuration stacks can now use ``StartingPathMatcher`` to select the
 
86
  sections matching a location while respecting the order chosen by the user
 
87
  in the configuration file: from generic sections to specific
 
88
  sections. (Vincent Ladeuil, #832046).
 
89
 
85
90
* Make lazy imports resilient when resolved concurrently from multiple
86
91
  threads. Now the stand-in object will behave as a proxy for the real object
87
92
  after the initial access, rather than throwing. Assigning the object to