-
Notifications
You must be signed in to change notification settings - Fork 1
/
Changes
59 lines (26 loc) · 1.29 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
0.11 2017-06-26 Released-By: PERLANCAR
- Switch from Log::Any to Log::ger.
0.10 2016-10-07 Released-By: PERLANCAR
- Relaxed version matching of LWP::UserAgent from 6.0* to 6.* since
LWP::UserAgent is currently at 6.15 (thanks Jonathan Landis) [GH#1].
0.09 2015-08-17 Released-By: PERLANCAR
- No functional changes.
- Switch from Log::Any to Log::Any::IfLOG.
0.08 2013-04-10 Released-By: SHARYANTO
- No functional changes. Fix typo in Synopsis.
0.07 2013-04-10 Released-By: SHARYANTO
- Add config: -decode_response_body (default 1) [RT#84470]
0.06 2012-11-29 Released-By: SHARYANTO
- Adjust $Log::Log4perl::caller_depth.
0.05 2012-08-20 Released-By: SHARYANTO
- No functional changes. Fix Synopsis (missing sample output).
0.04 2012-08-09 Released-By: SHARYANTO
- No functional changes. Rename module
LWP::UserAgent::{patch::log_response,Patch::LogResponse}.
0.03 2012-08-03 Released-By: SHARYANTO
- No functional changes. Adjust to Module::Patch 0.10 (v=3).
0.02 2012-07-17 Released-By: SHARYANTO
- Adjust to Module::Patch 0.07 (v=2)
- Add options: -log_response_header, -log_response_body
0.01 2012-07-14 Released-By: SHARYANTO
- First release.