228
233
* ``bzr break-lock --config [location]`` can now break config files
229
234
locks. (Vincent Ladeuil, #525571)
235
236
* ``bzrlib.config.LockableConfig`` is a base class for config files that
236
237
needs to be protected against multiple writers. All methods that
237
238
change a configuration variable value must be decorated with