Accepting request 359152 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/359152
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-Model?expand=0&rev=13
This commit is contained in:
2016-02-13 17:11:02 +00:00
committed by Git OBS Bridge
parent 8551174738
commit 62d7578baf
4 changed files with 27 additions and 4 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sat Feb 13 09:46:18 UTC 2016 - coolo@suse.com
- updated to 2.079
see /usr/share/doc/packages/perl-Config-Model/Changes
2.079 2016-02-12
YAML backend changes:
* Remove YAML file when no data is left
* When a root class has only one element, the backend
write (and read) only the content of that element (this
reduce the depth of the written data structure by one).
Functional improvements:
* Added "ChangeTracker" log class and traces (Log::Log4Perl)
* HashId: load_data can load ordered data in non-ordered hash
Bug fixes:
* Removed Exception::Class from warper error handler
(gh #5, Thanks jplesnik)
* Dumper/Loader: handle literal \n
-------------------------------------------------------------------
Wed Jan 27 09:44:26 UTC 2016 - coolo@suse.com