File: Changes

package info (click to toggle)
libplack-middleware-removeredundantbody-perl 0.09-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 116 kB
  • sloc: perl: 26; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download | duplicates (2)
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
Change history for Plack-Middleware-RemoveRedundantBody:

0.09      2019-07-15 20:06:43+02:00 Europe/Amsterdam
    [Documentation]
    - Added dates to Changes (Robert Rothenberg)
    - Reformatted Changes to conform to contemporary specs.

    [Toolchain]
    - Update Changes through Dist::Zilla.

0.08      2019-07-14
    - Fixed response for 304 HTTP status code
    - Some tests for the 304 HTTP status code
    - Fixed versions

0.07      2018-02-26
    - Removed redundant object allocations & some minor fixes

0.06      2018-02-26
    - Made version number consistent

0.05      2014-05-09
    - Added repository and bugtracker information to metadata
    - Removed unneeded dependency on Carp::Always

0.04      2014-04-24
    - Added this Changes file & fixed POD (RT 94942, reported by Florian)

0.03      2014-01-28
    - Added John Napiorkowski to the contributors

0.02      2014-01-25
    - Remove pointless return of $response (John Napiorkowski)

0.01      2014-01-11
    - First release