Skip to content

Commit

Permalink
documentation tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Apr 18, 2012
1 parent 5b9ca37 commit f10cbbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
This file documents the revision history for Perl extension Mojolicious.

2.84 2012-04-19
- Improved documentation.

2.83 2012-04-18
- Added hostname verification support to Mojo::IOLoop::Client and
Mojo::UserAgent.
Expand Down
4 changes: 2 additions & 2 deletions lib/Mojo/IOLoop/Client.pm
Expand Up @@ -214,7 +214,7 @@ These options are currently available:
=item C<address>
Address or host name of the peer to connect to.
Address or host name of the peer to connect to, defaults to C<localhost>.
=item C<handle>
Expand All @@ -239,7 +239,7 @@ Enable TLS.
=item C<tls_ca>
Path to TLS certificate authority file.
Path to TLS certificate authority file. Also activates hostname verification.
=item C<tls_cert>
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojolicious.pm
Expand Up @@ -33,7 +33,7 @@ has static => sub { Mojolicious::Static->new };
has types => sub { Mojolicious::Types->new };

our $CODENAME = 'Leaf Fluttering In Wind';
our $VERSION = '2.83';
our $VERSION = '2.84';

# "These old doomsday devices are dangerously unstable.
# I'll rest easier not knowing where they are."
Expand Down

0 comments on commit f10cbbc

Please sign in to comment.