From 13c27f60c01917eca0305c322f3d7315271db743 Mon Sep 17 00:00:00 2001 From: Neil Bowers Date: Sun, 13 Oct 2013 21:11:44 +0100 Subject: [PATCH] Added missing dates Now satisfies CPAN::Changes::Spec --- Changes | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index b776140..a010eba 100644 --- a/Changes +++ b/Changes @@ -34,18 +34,18 @@ Revision history for perl module Protocol::WebSocket - Document "fin" field in the constructor and fin() accessor. to_bytes() now encodes "fin" bit according to the fin field of the Frame object. -0.12 +0.12 2012-10-24 - Improved frame performance (Chuck Bredestege) - Check origin only if origin is present (Matthew Lien) -0.11 +0.11 2012-08-28 - Added wsconsole - Fixed default version in WebSocket Frame - Fixed default ports in WebSocket URL -0.10 +0.10 2012-08-21 - Fixed origin issue in hybi-17 - Added query string in resource name (Atomer Ju) @@ -72,8 +72,8 @@ Revision history for perl module Protocol::WebSocket 0.00902 2011-05-12 - - API CHANGE: Frame's to_string now returns a Perl string, use to_bytes to get a - UTF-8 encoded octets + - API CHANGE: Frame's to_string now returns a Perl string, + use to_bytes to get a UTF-8 encoded octets - Automatically decode when building frame from a Perl string - Pay attention to SCRIPT_NAME in PSGI - If an origin was passed in, don't change it (Jon Gentle) @@ -110,3 +110,4 @@ Revision history for perl module Protocol::WebSocket 0.0002 2010-11-26 - Initial release +