Skip to content

Commit

Permalink
mention that multipart content gets automatically downgraded
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Sep 18, 2013
1 parent 9873b65 commit b09b45a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
@@ -1,5 +1,5 @@

4.40 2013-09-18
4.40 2013-09-19
- Fixed table parsing bug in Mojo::DOM::HTML.

4.39 2013-09-17
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojo/Message.pm
Expand Up @@ -412,7 +412,8 @@ implements the following new ones.
my $bytes = $msg->body;
$msg = $msg->body('Hello!');
Slurp or replace C<content>.
Slurp or replace C<content>, L<Mojo::Content::MultiPart> will be automatically
downgraded to L<Mojo::Content::Single>.
=head2 body_params
Expand Down

0 comments on commit b09b45a

Please sign in to comment.