Skip to content

Commit

Permalink
updated changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Aug 20, 2010
1 parent cf79793 commit 645db38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -3,6 +3,7 @@ This file documents the revision history for Perl extension Mojolicious.
0.999930 2010-08-17 00:00:00
- Added EXPERIMENTAL support for --mode and --home options to all
Mojolicious commands.
- Added EXPERIMENTAL write_chunk method to Mojolicious::Controller.
- Added while and until methods for Mojo::DOM collections. (vti)
- Fixed a serious design flaw in Mojo::Message and made long poll
much easier.
Expand Down
4 changes: 3 additions & 1 deletion lib/Mojolicious/Controller.pm
Expand Up @@ -586,10 +586,12 @@ Generate a L<Mojo::URL> for the current or a named route.
Write chunked content, the optional drain callback will be invoked once all
data has been written.
Note that an empty chunk marks the end of the stream.
An empty chunk marks the end of the stream.
$c->write_chunk('');
Note that this method is EXPERIMENTAL and might change without warning!
=head1 SEE ALSO
L<Mojolicious>, L<Mojolicious::Guides>, L<http://mojolicious.org>.
Expand Down

0 comments on commit 645db38

Please sign in to comment.