Accepting request 491997 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/491997
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model?expand=0&rev=34
This commit is contained in:
Stephan Kulow
2017-05-02 06:29:07 +00:00
committed by Git OBS Bridge
parent 0d9f135800
commit b41a9a410a
4 changed files with 31 additions and 4 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat Apr 29 05:18:43 UTC 2017 - coolo@suse.com
- updated to 2.101
see /usr/share/doc/packages/perl-Config-Model/Changes
2.101 2017-04-28
Model improvement:
* Add assign_char and assign_with to IniFile backend. So it can
be used for files with "key: value" lines.
* add option to write hash key with empty values. By default empty
hash values are dropped and the hash keys of these values are lost.
Usability improvement:
* Value: if possible show why a fix is applied, i.e. show the warning
that triggered the fix
* improved log levels (i.e. move some log from debug to info or trace)
Improvement:
* Model: add log_level parameter, so logs can be shown with a cme
command line option
* prevent undef warnings on Windows
Deprecation warning:
* Model: warn in case of undef constructor argument
-------------------------------------------------------------------
Sun Mar 19 06:15:57 UTC 2017 - coolo@suse.com