8
0

Accepting request 561887 from home:pmonrealgonzalez:branches:devel:languages:perl

- updated to 6.14
    - Add some useful examples in HTTP::Request (GH #92)
      Batch requests are now explained.
    - PUT and PATCH docs updated (GH #84)
    - Trim trailing "\r" from status line so message() doesn't
      return it (GH #87)
    - Bring test coverage of HTTP::Config to 100% (GH #85)
    - Add 103 Early Hints to HTTP::Status (GH #94)

OBS-URL: https://build.opensuse.org/request/show/561887
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Message?expand=0&rev=17
This commit is contained in:
2018-01-05 13:31:13 +00:00
committed by Git OBS Bridge
parent 4b7868848d
commit adfee4b1bf
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Jan 5 13:18:30 UTC 2018 - pmonrealgonzalez@suse.com
- updated to 6.14
- Add some useful examples in HTTP::Request (GH #92)
Batch requests are now explained.
- PUT and PATCH docs updated (GH #84)
- Trim trailing "\r" from status line so message() doesn't
return it (GH #87)
- Bring test coverage of HTTP::Config to 100% (GH #85)
- Add 103 Early Hints to HTTP::Status (GH #94)
-------------------------------------------------------------------
Wed Jun 21 05:46:21 UTC 2017 - coolo@suse.com