8
0

Accepting request 783267 from devel:languages:perl:autoupdate

- updated to 3.24
   see /usr/share/doc/packages/perl-JSON-Validator/Changes
  3.24 2020-03-03T15:46:39+0900
    - Optimize checksum generation #202
      Contributor: Ere Maijala
    - Improved "type":[...] error messages #199
      Contributor: Karen Etheridge
    - Fix handle validation of true, false schemas in oneOf #201 #203
      Contributor: Karen Etheridge
    - Fix guessing type:object if "dependencies" is present #206

OBS-URL: https://build.opensuse.org/request/show/783267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-Validator?expand=0&rev=35
This commit is contained in:
2020-03-10 15:20:31 +00:00
committed by Git OBS Bridge
parent cedc7c8232
commit 207661e4fb
4 changed files with 21 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Mar 4 03:09:18 UTC 2020 - <timueller+perl@suse.de>
- updated to 3.24
see /usr/share/doc/packages/perl-JSON-Validator/Changes
3.24 2020-03-03T15:46:39+0900
- Optimize checksum generation #202
Contributor: Ere Maijala
- Improved "type":[...] error messages #199
Contributor: Karen Etheridge
- Fix handle validation of true, false schemas in oneOf #201 #203
Contributor: Karen Etheridge
- Fix guessing type:object if "dependencies" is present #206
-------------------------------------------------------------------
Wed Feb 19 03:10:52 UTC 2020 - <timueller+perl@suse.de>