Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Oct 19, 2012
1 parent a2c6c7b commit 9f6f4a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# This file documents the revision history for Perl extension Catalyst.

- Change Catalsyt _parse_attrs so that when sub attr handlers:

1) Can return multiple pairs of new attributes.
2) Get their returned attributes passed through the correct attribute handler.

e.g sub _parse_Whatever_attr { return Chained => 'foo', PathPart => 'bar' }

Will now work because both new attributes are respected, and the Chained
attribute is passed to _parse_Chained_attr and fixed up correctly by that.

- In Catalyst::Test, don't mangle headers of non-HTML responses. RT#79043

- Refactor request and response class construction to add methods
that roles can hook to feed extra parameters into the constructor
of request or response classes.
Expand Down

0 comments on commit 9f6f4a8

Please sign in to comment.