46
* ``bzrlib.config.IniBasedConfig`` objects now implement
47
``get_options_matching_glob`` and ``get_options_matching_regexp`` that
48
permit querying them for matching variables, their values and which
49
configuration file define them. (Vincent Ladeuil)
46
* ``bzrlib.config.IniBasedConfig`` objects now implement ``get_options`` that
47
permit querying them for the options defined and their values.