]> Dogcows Code - chaz/p5-HTTP-AnyUA/commitdiff
Release HTTP-AnyUA 0.904 v0.904
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 17 Mar 2019 06:46:35 +0000 (00:46 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sun, 17 Mar 2019 06:46:35 +0000 (00:46 -0600)
  * When AnyEvent::HTTP and Mojo::UserAgent are used as backends, we now try
    to respond with AnyEvent::HTTP and Future::Mojo respectively.
  * HTTP::Tiny is now a recommended (instead of suggested) runtime dependency.

Changes
README.md

diff --git a/Changes b/Changes
index ea9d312b2f6fe0ca27af7aaf2072e16f03b0d5b7..440ea85039b9f80951bb9b2b6b1508fe961b3674 100644 (file)
--- a/Changes
+++ b/Changes
@@ -2,6 +2,12 @@ Revision history for HTTP-AnyUA.
 
 {{$NEXT}}
 
+0.904     2019-03-17 00:45:41-06:00 MST7MDT
+
+  * When AnyEvent::HTTP and Mojo::UserAgent are used as backends, we now try
+    to respond with AnyEvent::HTTP and Future::Mojo respectively.
+  * HTTP::Tiny is now a recommended (instead of suggested) runtime dependency.
+
 0.903     2019-03-09 12:33:20-07:00 MST7MDT
 
   * Fix bug in Runtime middleware calling ->transform in void context for
index 3ff01981b1849269febdd52c4b93d5aae6de8850..ae3a451c16114459244aea59cf8017aa24089f08 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ HTTP::AnyUA - An HTTP user agent programming interface unification layer
 
 # VERSION
 
-version 0.903
+version 0.904
 
 # SYNOPSIS
 
@@ -447,7 +447,7 @@ Charles McGarvey <chazmcgarvey@brokenzipper.com>
 
 # COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2017 by Charles McGarvey.
+This software is copyright (c) 2019 by Charles McGarvey.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
This page took 0.023473 seconds and 4 git commands to generate.